#D95DD5

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

Shades of Free Speech Magenta #D95DD5

Tints of Free Speech Magenta #D95DD5

Color information

#D95DD5 (or 0xD95DD5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and D5. RGB value is (217,93,213). Sum of RGB (Red+Green+Blue) = 217+93+213=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DD5 is #26A22A. Grayscale: #8F8F8F. Windows color (decimal): -2531883 or 13983193. OLE color: 13983193.

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

Color convert

RGB21793213-
CMYK00.570.020.15
HSL301.94º62%60.78%-
HSV(B)301.94º57.14%85.1%-
XYZ44.5427.3865.89-
YUV143.76167.08180.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=41.49%
G=17.78%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179321300.570.020.15301.946260.78
HexD95DD50392F12e3e3d
Octal3311353250712174567675
Binary110110011011101110101010111001101111100101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DD5; }

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

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

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

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

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

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

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

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