#d159dc

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

Shades of Free Speech Magenta #D159DC

Tints of Free Speech Magenta #D159DC

Color information

#D159DC (or 0xD159DC) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 59 and DC. RGB value is (209,89,220). Sum of RGB (Red+Green+Blue) = 209+89+220=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #D159DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159DC is #2EA623. Grayscale: #8B8B8B. Windows color (decimal): -3057188 or 14440913. OLE color: 14440913.

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

Color convert

RGB20989220-
CMYK0.050.6000.14
HSL294.96º65.17%60.59%-
HSV(B)294.96º59.55%86.27%-
XYZ42.7925.8770.45-
YUV139.81173.26177.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 89 (35.16% from 255) = 17.18%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=40.35%
G=17.18%
B=42.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209892200.050.6000.14294.9665.1760.59
HexD159DC53C0E127413d
Octal32113133457401644710175
Binary11010001101100111011100101111100011101001001111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d159dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d159dc; }

 p { color: rgb(209,89,220); }

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

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

 a { background-color: rgb(209,89,220); }

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

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

 span { border-color: rgb(209,89,220); }

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