Html Css Color HEX #DD37DD Free Speech Magenta

📋 copy color: '#DD37DD'

red 221 ◦ green 55 ◦ blue 221

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

Shades of Free Speech Magenta #DD37DD

Tints of Free Speech Magenta #DD37DD

RGB

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

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

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

R = 44.47%
G = 11.07%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD37DD (or 0xDD37DD) is known color: Free Speech Magenta. HEX triplet: DD, 37 and DD. RGB value is (221,55,221). Sum of RGB (Red+Green+Blue) = 221+55+221=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37DD is #22C822. Grayscale: #7B7B7B. Windows color (decimal): -2279459 or 14497757. OLE color: 14497757.

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

Color convert

RGB 221 55 221 -
CMYK 0 0.75 0 0.13
HSL 300º 0.71% 0.54% -
HSV(B) 300º 0.75% 0.87% -
XYZ 44.24 23.32 70.58 -
YUV 123.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 221 55 221 0 0.75 0 0.13 300 0.71 0.54
Hex DD 37 DD 0 4B 0 D 12C 47 36
Octal 335 67 335 0 113 0 15 454 107 66
Binary 11011101 110111 11011101 0 1001011 0 1101 100101100 1000111 110110

Color Harmonies of #DD37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37DD

Black with #DD37DD

Text Example


Text Example

White with #DD37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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