Html Css Color HEX #DD52D6 Free Speech Magenta

📋 copy color: '#DD52D6'

red 221 ◦ green 82 ◦ blue 214

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

Shades of Free Speech Magenta #DD52D6

Tints of Free Speech Magenta #DD52D6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.86%

 BLUE value IS 214 (83.98% from 255) = 41.39%

R = 42.75%
G = 15.86%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD52D6 (or 0xDD52D6) is known color: Free Speech Magenta. HEX triplet: DD, 52 and D6. RGB value is (221,82,214). Sum of RGB (Red+Green+Blue) = 221+82+214=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52D6 is #22AD29. Grayscale: #8A8A8A. Windows color (decimal): -2272554 or 14045917. OLE color: 14045917.

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

Color convert

RGB 221 82 214 -
CMYK 0 0.63 0.03 0.13
HSL 303.02º 0.67% 0.59% -
HSV(B) 303.02º 0.63% 0.87% -
XYZ 44.97 26.26 66.32 -
YUV 138.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 221 82 214 0 0.63 0.03 0.13 303.02 0.67 0.59
Hex DD 52 D6 0 3F 3 D 12F 43 3B
Octal 335 122 326 0 77 3 15 457 103 73
Binary 11011101 1010010 11010110 0 111111 11 1101 100101111 1000011 111011

Color Harmonies of #DD52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52D6

Black with #DD52D6

Text Example


Text Example

White with #DD52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52D6; }

 p { color: rgb(221,82,214); }

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

background-color css

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

 a { background-color: rgb(221,82,214); }

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

border-color css

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

 span { border-color: rgb(221,82,214); }

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