#DD53CF

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

Shades of Free Speech Magenta #DD53CF

Tints of Free Speech Magenta #DD53CF

Color information

#DD53CF (or 0xDD53CF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 53 and CF. RGB value is (221,83,207). Sum of RGB (Red+Green+Blue) = 221+83+207=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53CF is #22AC30. Grayscale: #8A8A8A. Windows color (decimal): -2272305 or 13587421. OLE color: 13587421.

HSL color Cylindrical-coordinate representation of color #DD53CF: hue angle of 306.09º 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 #DD53CF is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB22183207-
CMYK00.620.060.13
HSL306.09º66.99%59.61%-
HSV(B)306.09º62.44%86.67%-
XYZ44.1726.0661.73-
YUV138.4166.72186.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 83 (32.81% from 255) = 16.24%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=43.25%
G=16.24%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218320700.620.060.13306.0966.9959.61
HexDD53CF03E6D132433c
Octal33512331707661546210374
Binary11011101101001111001111011111011011011001100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD53CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD53CF; }

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

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

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

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

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

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

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

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