#D055DB

Color #D055DB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D055DB

Tints of Free Speech Magenta #D055DB

Color information

#D055DB (or 0xD055DB) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 55 and DB. RGB value is (208,85,219). Sum of RGB (Red+Green+Blue) = 208+85+219=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D055DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055DB is #2FAA24. Grayscale: #888888. Windows color (decimal): -3123749 or 14374352. OLE color: 14374352.

HSL color Cylindrical-coordinate representation of color #D055DB: hue angle of 295.07º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D055DB is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20885219-
CMYK0.050.6100.14
HSL295.07º65.05%59.61%-
HSV(B)295.07º61.19%85.88%-
XYZ42.0525.0269.63-
YUV137.05174.25178.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 85 (33.59% from 255) = 16.60%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=40.62%
G=16.60%
B=42.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208852190.050.6100.14295.0765.0559.61
HexD055DB53D0E127413c
Octal32012533357501644710174
Binary11010000101010111011011101111101011101001001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055DB; }

 p { color: rgb(208,85,219); }

 H1.HeaderClassName
 {
   color: #D055DB;
 }
 .AnyTagClassName
 {
   color: #D055DB;
 }
</style>
background-color css

<style>
 a { background-color: #D055DB; }

 a { background-color: rgb(208,85,219); }

 div.DivClassName
 {
   background-color: #D055DB;
 }
 .BgClassName
 {
   background-color: #D055DB;
 }
</style>
border-color css

<style>
 span { border-color: #D055DB; }

 span { border-color: rgb(208,85,219); }

 td.TdClassName
 {
   border-color: #D055DB;
 }
 .TagClassName
 {
   border-color: #D055DB;
 }
</style>