#D95DC9

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

Shades of Free Speech Magenta #D95DC9

Tints of Free Speech Magenta #D95DC9

Color information

#D95DC9 (or 0xD95DC9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and C9. RGB value is (217,93,201). Sum of RGB (Red+Green+Blue) = 217+93+201=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DC9 is #26A236. Grayscale: #8E8E8E. Windows color (decimal): -2531895 or 13196761. OLE color: 13196761.

HSL color Cylindrical-coordinate representation of color #D95DC9: hue angle of 307.74º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95DC9 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB21793201-
CMYK00.570.070.15
HSL307.74º62%60.78%-
HSV(B)307.74º57.14%85.1%-
XYZ43.0726.858.16-
YUV142.39161.08181.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=42.47%
G=18.20%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179320100.570.070.15307.746260.78
HexD95DC90397F1343e3d
Octal3311353110717174647675
Binary1101100110111011100100101110011111111100110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DC9; }

 p { color: rgb(217,93,201); }

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

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

 a { background-color: rgb(217,93,201); }

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

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

 span { border-color: rgb(217,93,201); }

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