Html Css Color HEX #DD39CC Free Speech Magenta

📋 copy color: '#DD39CC'

red 221 ◦ green 57 ◦ blue 204

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

Shades of Free Speech Magenta #DD39CC

Tints of Free Speech Magenta #DD39CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.83%

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

R = 45.85%
G = 11.83%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD39CC (or 0xDD39CC) is known color: Free Speech Magenta. HEX triplet: DD, 39 and CC. RGB value is (221,57,204). Sum of RGB (Red+Green+Blue) = 221+57+204=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD39CC is #22C633. Grayscale: #7A7A7A. Windows color (decimal): -2278964 or 13384157. OLE color: 13384157.

HSL color Cylindrical-coordinate representation of color #DD39CC: hue angle of 306.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD39CC is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 57 204 -
CMYK 0 0.74 0.08 0.13
HSL 306.22º 0.71% 0.55% -
HSV(B) 306.22º 0.74% 0.87% -
XYZ 42.18 22.66 59.28 -
YUV 122.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 221 57 204 0 0.74 0.08 0.13 306.22 0.71 0.55
Hex DD 39 CC 0 4A 8 D 132 47 37
Octal 335 71 314 0 112 10 15 462 107 67
Binary 11011101 111001 11001100 0 1001010 1000 1101 100110010 1000111 110111

Color Harmonies of #DD39CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD39CC

Black with #DD39CC

Text Example


Text Example

White with #DD39CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD39CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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