#D95DD9

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

Shades of Free Speech Magenta #D95DD9

Tints of Free Speech Magenta #D95DD9

Color information

#D95DD9 (or 0xD95DD9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and D9. RGB value is (217,93,217). Sum of RGB (Red+Green+Blue) = 217+93+217=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D95DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DD9 is #26A226. Grayscale: #8F8F8F. Windows color (decimal): -2531879 or 14245337. OLE color: 14245337.

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

Color convert

RGB21793217-
CMYK00.5700.15
HSL300º62%60.78%-
HSV(B)300º57.14%85.1%-
XYZ45.0527.5968.6-
YUV144.21169.08179.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 217 (85.16% from 255) = 41.18%
R=41.18%
G=17.65%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179321700.5700.153006260.78
HexD95DD90390F12c3e3d
Octal3311353310710174547675
Binary11011001101110111011001011100101111100101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DD9; }

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

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

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

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

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

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

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

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