#D156D6

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

Shades of Free Speech Magenta #D156D6

Tints of Free Speech Magenta #D156D6

Color information

#D156D6 (or 0xD156D6) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 56 and D6. RGB value is (209,86,214). Sum of RGB (Red+Green+Blue) = 209+86+214=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #D156D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156D6 is #2EA929. Grayscale: #888888. Windows color (decimal): -3057962 or 14046929. OLE color: 14046929.

HSL color Cylindrical-coordinate representation of color #D156D6: hue angle of 297.66º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D156D6 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20986214-
CMYK0.020.6000.16
HSL297.66º60.95%58.82%-
HSV(B)297.66º59.81%83.92%-
XYZ41.7625.0766.26-
YUV137.37171.25179.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 86 (33.98% from 255) = 16.90%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=41.06%
G=16.90%
B=42.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209862140.020.6000.16297.6660.9558.82
HexD156D623C01012a3d3b
Octal3211263262740204527573
Binary1101000110101101101011010111100010000100101010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156D6; }

 p { color: rgb(209,86,214); }

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

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

 a { background-color: rgb(209,86,214); }

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

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

 span { border-color: rgb(209,86,214); }

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