#D856DB

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

Shades of Free Speech Magenta #D856DB

Tints of Free Speech Magenta #D856DB

Color information

#D856DB (or 0xD856DB) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 56 and DB. RGB value is (216,86,219). Sum of RGB (Red+Green+Blue) = 216+86+219=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D856DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856DB is #27A924. Grayscale: #8B8B8B. Windows color (decimal): -2599205 or 14374616. OLE color: 14374616.

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

Color convert

RGB21686219-
CMYK0.010.6100.14
HSL298.65º64.88%59.8%-
HSV(B)298.65º60.73%85.88%-
XYZ44.4326.3769.77-
YUV140.03172.57182.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 86 (33.98% from 255) = 16.51%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=41.46%
G=16.51%
B=42.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216862190.010.6100.14298.6564.8859.8
HexD856DB13D0E12b413c
Octal33012633317501645310174
Binary110110001010110110110111111101011101001010111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D856DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D856DB; }

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

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

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

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

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

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

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

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