#D24DD9

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

Shades of Free Speech Magenta #D24DD9

Tints of Free Speech Magenta #D24DD9

Color information

#D24DD9 (or 0xD24DD9) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 4D and D9. RGB value is (210,77,217). Sum of RGB (Red+Green+Blue) = 210+77+217=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #D24DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DD9 is #2DB226. Grayscale: #848484. Windows color (decimal): -2994727 or 14241234. OLE color: 14241234.

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

Color convert

RGB21077217-
CMYK0.030.6500.15
HSL297º64.81%57.65%-
HSV(B)297º64.52%85.1%-
XYZ41.7624.0268.08-
YUV132.73175.56183.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 77 (30.47% from 255) = 15.28%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=41.67%
G=15.28%
B=43.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210772170.030.6500.1529764.8157.65
HexD24DD93410F129413a
Octal322115331310101745110172
Binary11010010100110111011001111000001011111001010011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24DD9; }

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

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

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

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

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

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

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

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