#D959CB

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

Shades of Free Speech Magenta #D959CB

Tints of Free Speech Magenta #D959CB

Color information

#D959CB (or 0xD959CB) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 59 and CB. RGB value is (217,89,203). Sum of RGB (Red+Green+Blue) = 217+89+203=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D959CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959CB is #26A634. Grayscale: #8B8B8B. Windows color (decimal): -2532917 or 13326809. OLE color: 13326809.

HSL color Cylindrical-coordinate representation of color #D959CB: hue angle of 306.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D959CB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21789203-
CMYK00.590.060.15
HSL306.56º62.75%60%-
HSV(B)306.56º58.99%85.1%-
XYZ42.9726.2159.29-
YUV140.27163.41182.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 89 (35.16% from 255) = 17.49%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=42.63%
G=17.49%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178920300.590.060.15306.5662.7560
HexD959CB03B6F1333f3c
Octal3311313130736174637774
Binary1101100110110011100101101110111101111100110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D959CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D959CB; }

 p { color: rgb(217,89,203); }

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

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

 a { background-color: rgb(217,89,203); }

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

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

 span { border-color: rgb(217,89,203); }

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