Html Css Color HEX #DD42D9 Free Speech Magenta

📋 copy color: '#DD42D9'

red 221 ◦ green 66 ◦ blue 217

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

Shades of Free Speech Magenta #DD42D9

Tints of Free Speech Magenta #DD42D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.06%

R = 43.85%
G = 13.1%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD42D9 (or 0xDD42D9) is known color: Free Speech Magenta. HEX triplet: DD, 42 and D9. RGB value is (221,66,217). Sum of RGB (Red+Green+Blue) = 221+66+217=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42D9 is #22BD26. Grayscale: #818181. Windows color (decimal): -2276647 or 14238429. OLE color: 14238429.

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

Color convert

RGB 221 66 217 -
CMYK 0 0.70 0.02 0.13
HSL 301.55º 0.7% 0.56% -
HSV(B) 301.55º 0.7% 0.87% -
XYZ 44.29 24.28 68 -
YUV 129.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 221 66 217 0 0.70 0.02 0.13 301.55 0.7 0.56
Hex DD 42 D9 0 46 2 D 12E 46 38
Octal 335 102 331 0 106 2 15 456 106 70
Binary 11011101 1000010 11011001 0 1000110 10 1101 100101110 1000110 111000

Color Harmonies of #DD42D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42D9

Black with #DD42D9

Text Example


Text Example

White with #DD42D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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