Html Css Color HEX #DD52C6 Free Speech Magenta

📋 copy color: '#DD52C6'

red 221 ◦ green 82 ◦ blue 198

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

Shades of Free Speech Magenta #DD52C6

Tints of Free Speech Magenta #DD52C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.52%

R = 44.11%
G = 16.37%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD52C6 (or 0xDD52C6) is known color: Free Speech Magenta. HEX triplet: DD, 52 and C6. RGB value is (221,82,198). Sum of RGB (Red+Green+Blue) = 221+82+198=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52C6 is #22AD39. Grayscale: #888888. Windows color (decimal): -2272570 or 12997341. OLE color: 12997341.

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

Color convert

RGB 221 82 198 -
CMYK 0 0.63 0.10 0.13
HSL 309.93º 0.67% 0.59% -
HSV(B) 309.93º 0.63% 0.87% -
XYZ 43.03 25.48 56.08 -
YUV 136.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 221 82 198 0 0.63 0.10 0.13 309.93 0.67 0.59
Hex DD 52 C6 0 3F A D 136 43 3B
Octal 335 122 306 0 77 12 15 466 103 73
Binary 11011101 1010010 11000110 0 111111 1010 1101 100110110 1000011 111011

Color Harmonies of #DD52C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52C6

Black with #DD52C6

Text Example


Text Example

White with #DD52C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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