Html Css Color HEX #DD52CC Free Speech Magenta

📋 copy color: '#DD52CC'

red 221 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Magenta #DD52CC

Tints of Free Speech Magenta #DD52CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 43.59%
G = 16.17%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD52CC (or 0xDD52CC) is known color: Free Speech Magenta. HEX triplet: DD, 52 and CC. RGB value is (221,82,204). Sum of RGB (Red+Green+Blue) = 221+82+204=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52CC is #22AD33. Grayscale: #898989. Windows color (decimal): -2272564 or 13390557. OLE color: 13390557.

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

Color convert

RGB 221 82 204 -
CMYK 0 0.63 0.08 0.13
HSL 307.34º 0.67% 0.59% -
HSV(B) 307.34º 0.63% 0.87% -
XYZ 43.74 25.77 59.8 -
YUV 137.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 221 82 204 0 0.63 0.08 0.13 307.34 0.67 0.59
Hex DD 52 CC 0 3F 8 D 133 43 3B
Octal 335 122 314 0 77 10 15 463 103 73
Binary 11011101 1010010 11001100 0 111111 1000 1101 100110011 1000011 111011

Color Harmonies of #DD52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52CC

Black with #DD52CC

Text Example


Text Example

White with #DD52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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