#D95EE5

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

Shades of Free Speech Magenta #D95EE5

Tints of Free Speech Magenta #D95EE5

Color information

#D95EE5 (or 0xD95EE5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5E and E5. RGB value is (217,94,229). Sum of RGB (Red+Green+Blue) = 217+94+229=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #D95EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EE5 is #26A11A. Grayscale: #919191. Windows color (decimal): -2531611 or 15032025. OLE color: 15032025.

HSL color Cylindrical-coordinate representation of color #D95EE5: hue angle of 294.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95EE5 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21794229-
CMYK0.050.5900.10
HSL294.67º72.19%63.33%-
HSV(B)294.67º58.95%89.8%-
XYZ46.7628.4177.15-
YUV146.17174.75178.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 94 (37.11% from 255) = 17.41%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=40.19%
G=17.41%
B=42.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal217942290.050.5900.10294.6772.1963.33
HexD95EE553B0A127483f
Octal33113634557301244711077
Binary11011001101111011100101101111011010101001001111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95EE5; }

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

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

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

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

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

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

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

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