#D95EC8

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

Shades of Free Speech Magenta #D95EC8

Tints of Free Speech Magenta #D95EC8

Color information

#D95EC8 (or 0xD95EC8) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5E and C8. RGB value is (217,94,200). Sum of RGB (Red+Green+Blue) = 217+94+200=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EC8 is #26A137. Grayscale: #8E8E8E. Windows color (decimal): -2531640 or 13131481. OLE color: 13131481.

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

Color convert

RGB21794200-
CMYK00.570.080.15
HSL308.29º61.81%60.98%-
HSV(B)308.29º56.68%85.1%-
XYZ43.0426.9357.57-
YUV142.86160.25180.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 94 (37.11% from 255) = 18.40%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=42.47%
G=18.40%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179420000.570.080.15308.2961.8160.98
HexD95EC80398F1343e3d
Octal33113631007110174647675
Binary11011001101111011001000011100110001111100110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95EC8; }

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

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

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

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

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

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

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

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