Html Css Color HEX #DD49EC Free Speech Magenta

📋 copy color: '#DD49EC'

red 221 ◦ green 73 ◦ blue 236

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

Shades of Free Speech Magenta #DD49EC

Tints of Free Speech Magenta #DD49EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.77%

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

R = 41.7%
G = 13.77%
B = 44.53%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD49EC (or 0xDD49EC) is known color: Free Speech Magenta. HEX triplet: DD, 49 and EC. RGB value is (221,73,236). Sum of RGB (Red+Green+Blue) = 221+73+236=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49EC is #22B613. Grayscale: #878787. Windows color (decimal): -2274836 or 15485405. OLE color: 15485405.

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

Color convert

RGB 221 73 236 -
CMYK 0.06 0.69 0 0.07
HSL 294.48º 0.81% 0.61% -
HSV(B) 294.48º 0.69% 0.93% -
XYZ 47.34 26.19 81.92 -
YUV 135.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 221 73 236 0.06 0.69 0 0.07 294.48 0.81 0.61
Hex DD 49 EC 6 45 0 7 126 51 3D
Octal 335 111 354 6 105 0 7 446 121 75
Binary 11011101 1001001 11101100 110 1000101 0 111 100100110 1010001 111101

Color Harmonies of #DD49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49EC

Black with #DD49EC

Text Example


Text Example

White with #DD49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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