#D94DD9

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

Shades of Free Speech Magenta #D94DD9

Tints of Free Speech Magenta #D94DD9

Color information

#D94DD9 (or 0xD94DD9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4D and D9. RGB value is (217,77,217). Sum of RGB (Red+Green+Blue) = 217+77+217=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D94DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DD9 is #26B226. Grayscale: #868686. Windows color (decimal): -2535975 or 14241241. OLE color: 14241241.

HSL color Cylindrical-coordinate representation of color #D94DD9: hue angle of 300º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94DD9 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21777217-
CMYK00.6500.15
HSL300º64.81%57.65%-
HSV(B)300º64.52%85.1%-
XYZ43.7925.0768.18-
YUV134.82174.38186.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 77 (30.47% from 255) = 15.07%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=42.47%
G=15.07%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177721700.6500.1530064.8157.65
HexD94DD90410F12c413a
Octal331115331010101745410172
Binary1101100110011011101100101000001011111001011001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94DD9; }

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

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

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

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

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

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

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

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