Html Css Color HEX #DD42CC Free Speech Magenta

📋 copy color: '#DD42CC'

red 221 ◦ green 66 ◦ blue 204

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

Shades of Free Speech Magenta #DD42CC

Tints of Free Speech Magenta #DD42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.44%

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

R = 45.01%
G = 13.44%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD42CC (or 0xDD42CC) is known color: Free Speech Magenta. HEX triplet: DD, 42 and CC. RGB value is (221,66,204). Sum of RGB (Red+Green+Blue) = 221+66+204=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42CC is #22BD33. Grayscale: #7F7F7F. Windows color (decimal): -2276660 or 13386461. OLE color: 13386461.

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

Color convert

RGB 221 66 204 -
CMYK 0 0.70 0.08 0.13
HSL 306.58º 0.7% 0.56% -
HSV(B) 306.58º 0.7% 0.87% -
XYZ 42.67 23.63 59.44 -
YUV 128.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 221 66 204 0 0.70 0.08 0.13 306.58 0.7 0.56
Hex DD 42 CC 0 46 8 D 133 46 38
Octal 335 102 314 0 106 10 15 463 106 70
Binary 11011101 1000010 11001100 0 1000110 1000 1101 100110011 1000110 111000

Color Harmonies of #DD42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42CC

Black with #DD42CC

Text Example


Text Example

White with #DD42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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