#D95DE5

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

Shades of Free Speech Magenta #D95DE5

Tints of Free Speech Magenta #D95DE5

Color information

#D95DE5 (or 0xD95DE5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and E5. RGB value is (217,93,229). Sum of RGB (Red+Green+Blue) = 217+93+229=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #D95DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DE5 is #26A21A. Grayscale: #919191. Windows color (decimal): -2531867 or 15031769. OLE color: 15031769.

HSL color Cylindrical-coordinate representation of color #D95DE5: hue angle of 294.71º 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 #D95DE5 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21793229-
CMYK0.050.5900.10
HSL294.71º72.34%63.14%-
HSV(B)294.71º59.39%89.8%-
XYZ46.6728.2477.12-
YUV145.58175.08178.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 93 (36.72% from 255) = 17.25%
BLUE value IS 229 (89.84% from 255) = 42.49%
R=40.26%
G=17.25%
B=42.49%

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
Decimal217932290.050.5900.10294.7172.3463.14
HexD95DE553B0A127483f
Octal33113534557301244711077
Binary11011001101110111100101101111011010101001001111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DE5; }

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

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

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

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

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

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

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

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