Html Css Color HEX #DD42DD Free Speech Magenta

📋 copy color: '#DD42DD'

red 221 ◦ green 66 ◦ blue 221

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

Shades of Free Speech Magenta #DD42DD

Tints of Free Speech Magenta #DD42DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 43.5%
G = 12.99%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD42DD (or 0xDD42DD) is known color: Free Speech Magenta. HEX triplet: DD, 42 and DD. RGB value is (221,66,221). Sum of RGB (Red+Green+Blue) = 221+66+221=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42DD is #22BD22. Grayscale: #818181. Windows color (decimal): -2276643 or 14500573. OLE color: 14500573.

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

Color convert

RGB 221 66 221 -
CMYK 0 0.70 0 0.13
HSL 300º 0.7% 0.56% -
HSV(B) 300º 0.7% 0.87% -
XYZ 44.82 24.49 70.77 -
YUV 130.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 221 66 221 0 0.70 0 0.13 300 0.7 0.56
Hex DD 42 DD 0 46 0 D 12C 46 38
Octal 335 102 335 0 106 0 15 454 106 70
Binary 11011101 1000010 11011101 0 1000110 0 1101 100101100 1000110 111000

Color Harmonies of #DD42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42DD

Black with #DD42DD

Text Example


Text Example

White with #DD42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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