#D95DE0

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

Shades of Free Speech Magenta #D95DE0

Tints of Free Speech Magenta #D95DE0

Color information

#D95DE0 (or 0xD95DE0) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and E0. RGB value is (217,93,224). Sum of RGB (Red+Green+Blue) = 217+93+224=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #D95DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DE0 is #26A21F. Grayscale: #909090. Windows color (decimal): -2531872 or 14704089. OLE color: 14704089.

HSL color Cylindrical-coordinate representation of color #D95DE0: hue angle of 296.79º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95DE0 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21793224-
CMYK0.030.5800.12
HSL296.79º67.88%62.16%-
HSV(B)296.79º58.48%87.84%-
XYZ45.9827.9673.49-
YUV145.01172.58179.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 93 (36.72% from 255) = 17.42%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=40.64%
G=17.42%
B=41.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217932240.030.5800.12296.7967.8862.16
HexD95DE033A0C129443e
Octal33113534037201445110476
Binary1101100110111011110000011111010011001001010011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DE0; }

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

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

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

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

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

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

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

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