Html Css Color HEX #DD37D9 Free Speech Magenta

📋 copy color: '#DD37D9'

red 221 ◦ green 55 ◦ blue 217

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

Shades of Free Speech Magenta #DD37D9

Tints of Free Speech Magenta #DD37D9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.16%

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

R = 44.83%
G = 11.16%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD37D9 (or 0xDD37D9) is known color: Free Speech Magenta. HEX triplet: DD, 37 and D9. RGB value is (221,55,217). Sum of RGB (Red+Green+Blue) = 221+55+217=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37D9 is #22C826. Grayscale: #7A7A7A. Windows color (decimal): -2279463 or 14235613. OLE color: 14235613.

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

Color convert

RGB 221 55 217 -
CMYK 0 0.75 0.02 0.13
HSL 301.45º 0.71% 0.54% -
HSV(B) 301.45º 0.75% 0.87% -
XYZ 43.71 23.11 67.8 -
YUV 123.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 221 55 217 0 0.75 0.02 0.13 301.45 0.71 0.54
Hex DD 37 D9 0 4B 2 D 12D 47 36
Octal 335 67 331 0 113 2 15 455 107 66
Binary 11011101 110111 11011001 0 1001011 10 1101 100101101 1000111 110110

Color Harmonies of #DD37D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37D9

Black with #DD37D9

Text Example


Text Example

White with #DD37D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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