Html Css Color HEX #DD37D1 Free Speech Magenta

📋 copy color: '#DD37D1'

red 221 ◦ green 55 ◦ blue 209

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

Shades of Free Speech Magenta #DD37D1

Tints of Free Speech Magenta #DD37D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 45.57%
G = 11.34%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD37D1 (or 0xDD37D1) is known color: Free Speech Magenta. HEX triplet: DD, 37 and D1. RGB value is (221,55,209). Sum of RGB (Red+Green+Blue) = 221+55+209=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37D1 is #22C82E. Grayscale: #797979. Windows color (decimal): -2279471 or 13711325. OLE color: 13711325.

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

Color convert

RGB 221 55 209 -
CMYK 0 0.75 0.05 0.13
HSL 304.34º 0.71% 0.54% -
HSV(B) 304.34º 0.75% 0.87% -
XYZ 42.69 22.71 62.45 -
YUV 122.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 221 55 209 0 0.75 0.05 0.13 304.34 0.71 0.54
Hex DD 37 D1 0 4B 5 D 130 47 36
Octal 335 67 321 0 113 5 15 460 107 66
Binary 11011101 110111 11010001 0 1001011 101 1101 100110000 1000111 110110

Color Harmonies of #DD37D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37D1

Black with #DD37D1

Text Example


Text Example

White with #DD37D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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