Html Css Color HEX #DD37EC Free Speech Magenta

📋 copy color: '#DD37EC'

red 221 ◦ green 55 ◦ blue 236

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

Shades of Free Speech Magenta #DD37EC

Tints of Free Speech Magenta #DD37EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 43.16%
G = 10.74%
B = 46.09%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD37EC (or 0xDD37EC) is known color: Free Speech Magenta. HEX triplet: DD, 37 and EC. RGB value is (221,55,236). Sum of RGB (Red+Green+Blue) = 221+55+236=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD37EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD37EC is #22C813. Grayscale: #7C7C7C. Windows color (decimal): -2279444 or 15480797. OLE color: 15480797.

HSL color Cylindrical-coordinate representation of color #DD37EC: hue angle of 295.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD37EC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 55 236 -
CMYK 0.06 0.77 0 0.07
HSL 295.03º 0.83% 0.57% -
HSV(B) 295.03º 0.77% 0.93% -
XYZ 46.33 24.16 81.58 -
YUV 125.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 221 55 236 0.06 0.77 0 0.07 295.03 0.83 0.57
Hex DD 37 EC 6 4D 0 7 127 53 39
Octal 335 67 354 6 115 0 7 447 123 71
Binary 11011101 110111 11101100 110 1001101 0 111 100100111 1010011 111001

Color Harmonies of #DD37EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37EC

Black with #DD37EC

Text Example


Text Example

White with #DD37EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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