#D856E1

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

Shades of Free Speech Magenta #D856E1

Tints of Free Speech Magenta #D856E1

Color information

#D856E1 (or 0xD856E1) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 56 and E1. RGB value is (216,86,225). Sum of RGB (Red+Green+Blue) = 216+86+225=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #D856E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856E1 is #27A91E. Grayscale: #8C8C8C. Windows color (decimal): -2599199 or 14767832. OLE color: 14767832.

HSL color Cylindrical-coordinate representation of color #D856E1: hue angle of 296.12º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D856E1 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21686225-
CMYK0.040.6200.12
HSL296.12º69.85%60.98%-
HSV(B)296.12º61.78%88.24%-
XYZ45.2426.6974-
YUV140.72175.57181.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 86 (33.98% from 255) = 16.32%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=40.99%
G=16.32%
B=42.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216862250.040.6200.12296.1269.8560.98
HexD856E143E0C128463d
Octal33012634147601445010675
Binary11011000101011011100001100111110011001001010001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D856E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D856E1; }

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

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

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

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

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

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

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

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