Html Css Color HEX #DD53D9 Free Speech Magenta

📋 copy color: '#DD53D9'

red 221 ◦ green 83 ◦ blue 217

#DD53D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DD53D9

Tints of Free Speech Magenta #DD53D9

RGB

 RED value IS 221 (86.72% from 255) = 42.42%

 GREEN value IS 83 (32.81% from 255) = 15.93%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 42.42%
G = 15.93%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD53D9 (or 0xDD53D9) is known color: Free Speech Magenta. HEX triplet: DD, 53 and D9. RGB value is (221,83,217). Sum of RGB (Red+Green+Blue) = 221+83+217=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53D9 is #22AC26. Grayscale: #8B8B8B. Windows color (decimal): -2272295 or 14242781. OLE color: 14242781.

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

Color convert

RGB 221 83 217 -
CMYK 0 0.62 0.02 0.13
HSL 301.74º 0.67% 0.6% -
HSV(B) 301.74º 0.62% 0.87% -
XYZ 45.44 26.57 68.38 -
YUV 139.54 171.72 186.1 -
System Red Green Blue C M Y K H S L
Decimal 221 83 217 0 0.62 0.02 0.13 301.74 0.67 0.6
Hex DD 53 D9 0 3E 2 D 12E 43 3C
Octal 335 123 331 0 76 2 15 456 103 74
Binary 11011101 1010011 11011001 0 111110 10 1101 100101110 1000011 111100

Color Harmonies of #DD53D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53D9

Black with #DD53D9

Text Example


Text Example

White with #DD53D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53D9; }

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

 H1.HeaderClassName
 {
   color: #DD53D9;
 }
 .AnyTagClassName
 {
   color: #DD53D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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