#D256DB

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

Shades of Free Speech Magenta #D256DB

Tints of Free Speech Magenta #D256DB

Color information

#D256DB (or 0xD256DB) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 56 and DB. RGB value is (210,86,219). Sum of RGB (Red+Green+Blue) = 210+86+219=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D256DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256DB is #2DA924. Grayscale: #898989. Windows color (decimal): -2992421 or 14374610. OLE color: 14374610.

HSL color Cylindrical-coordinate representation of color #D256DB: hue angle of 295.94º 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 #D256DB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21086219-
CMYK0.040.6100.14
HSL295.94º64.88%59.8%-
HSV(B)295.94º60.73%85.88%-
XYZ42.6925.4769.68-
YUV138.24173.58179.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 86 (33.98% from 255) = 16.70%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=40.78%
G=16.70%
B=42.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210862190.040.6100.14295.9464.8859.8
HexD256DB43D0E128413c
Octal32212633347501645010174
Binary11010010101011011011011100111101011101001010001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D256DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D256DB; }

 p { color: rgb(210,86,219); }

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

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

 a { background-color: rgb(210,86,219); }

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

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

 span { border-color: rgb(210,86,219); }

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