#DD53D5

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

Shades of Free Speech Magenta #DD53D5

Tints of Free Speech Magenta #DD53D5

Color information

#DD53D5 (or 0xDD53D5) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 53 and D5. RGB value is (221,83,213). Sum of RGB (Red+Green+Blue) = 221+83+213=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53D5 is #22AC2A. Grayscale: #8A8A8A. Windows color (decimal): -2272299 or 13980637. OLE color: 13980637.

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

Color convert

RGB22183213-
CMYK00.620.040.13
HSL303.48º66.99%59.61%-
HSV(B)303.48º62.44%86.67%-
XYZ44.9226.3665.67-
YUV139.08169.72186.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 83 (32.81% from 255) = 16.05%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=42.75%
G=16.05%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218321300.620.040.13303.4866.9959.61
HexDD53D503E4D12f433c
Octal33512332507641545710374
Binary11011101101001111010101011111010011011001011111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD53D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD53D5; }

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

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

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

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

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

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

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

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