#DD53C9

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

Shades of Free Speech Magenta #DD53C9

Tints of Free Speech Magenta #DD53C9

Color information

#DD53C9 (or 0xDD53C9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 53 and C9. RGB value is (221,83,201). Sum of RGB (Red+Green+Blue) = 221+83+201=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53C9 is #22AC36. Grayscale: #898989. Windows color (decimal): -2272311 or 13194205. OLE color: 13194205.

HSL color Cylindrical-coordinate representation of color #DD53C9: hue angle of 308.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53C9 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22183201-
CMYK00.620.090.13
HSL308.7º66.99%59.61%-
HSV(B)308.7º62.44%86.67%-
XYZ43.4525.7857.94-
YUV137.71163.72187.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 83 (32.81% from 255) = 16.44%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=43.76%
G=16.44%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218320100.620.090.13308.766.9959.61
HexDD53C903E9D135433c
Octal335123311076111546510374
Binary110111011010011110010010111110100111011001101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD53C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD53C9; }

 p { color: rgb(221,83,201); }

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

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

 a { background-color: rgb(221,83,201); }

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

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

 span { border-color: rgb(221,83,201); }

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