Html Css Color HEX #DD40D9 Free Speech Magenta

📋 copy color: '#DD40D9'

red 221 ◦ green 64 ◦ blue 217

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

Shades of Free Speech Magenta #DD40D9

Tints of Free Speech Magenta #DD40D9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.75%

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

R = 44.02%
G = 12.75%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD40D9 (or 0xDD40D9) is known color: Free Speech Magenta. HEX triplet: DD, 40 and D9. RGB value is (221,64,217). Sum of RGB (Red+Green+Blue) = 221+64+217=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40D9 is #22BF26. Grayscale: #7F7F7F. Windows color (decimal): -2277159 or 14237917. OLE color: 14237917.

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

Color convert

RGB 221 64 217 -
CMYK 0 0.71 0.02 0.13
HSL 301.53º 0.7% 0.56% -
HSV(B) 301.53º 0.71% 0.87% -
XYZ 44.18 24.05 67.96 -
YUV 128.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 221 64 217 0 0.71 0.02 0.13 301.53 0.7 0.56
Hex DD 40 D9 0 47 2 D 12E 46 38
Octal 335 100 331 0 107 2 15 456 106 70
Binary 11011101 1000000 11011001 0 1000111 10 1101 100101110 1000110 111000

Color Harmonies of #DD40D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40D9

Black with #DD40D9

Text Example


Text Example

White with #DD40D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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