#D95ECC

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

Shades of Free Speech Magenta #D95ECC

Tints of Free Speech Magenta #D95ECC

Color information

#D95ECC (or 0xD95ECC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5E and CC. RGB value is (217,94,204). Sum of RGB (Red+Green+Blue) = 217+94+204=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ECC is #26A133. Grayscale: #8F8F8F. Windows color (decimal): -2531636 or 13393625. OLE color: 13393625.

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

Color convert

RGB21794204-
CMYK00.570.060.15
HSL306.34º61.81%60.98%-
HSV(B)306.34º56.68%85.1%-
XYZ43.5227.1260.07-
YUV143.32162.25180.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 94 (37.11% from 255) = 18.25%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=42.14%
G=18.25%
B=39.61%

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
Decimal2179420400.570.060.15306.3461.8160.98
HexD95ECC0396F1323e3d
Octal3311363140716174627675
Binary1101100110111101100110001110011101111100110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95ECC; }

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

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

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

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

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

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

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

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