#D95DCC

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

Shades of Free Speech Magenta #D95DCC

Tints of Free Speech Magenta #D95DCC

Color information

#D95DCC (or 0xD95DCC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and CC. RGB value is (217,93,204). Sum of RGB (Red+Green+Blue) = 217+93+204=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DCC is #26A233. Grayscale: #8E8E8E. Windows color (decimal): -2531892 or 13393369. OLE color: 13393369.

HSL color Cylindrical-coordinate representation of color #D95DCC: hue angle of 306.29º 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 #D95DCC is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21793204-
CMYK00.570.060.15
HSL306.29º62%60.78%-
HSV(B)306.29º57.14%85.1%-
XYZ43.4326.9460.04-
YUV142.73162.58180.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.22%
GREEN value IS 93 (36.72% from 255) = 18.09%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=42.22%
G=18.09%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179320400.570.060.15306.296260.78
HexD95DCC0396F1323e3d
Octal3311353140716174627675
Binary1101100110111011100110001110011101111100110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DCC; }

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

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

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

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

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

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

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

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