Html Css Color HEX #DD49EF Free Speech Magenta

📋 copy color: '#DD49EF'

red 221 ◦ green 73 ◦ blue 239

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

Shades of Free Speech Magenta #DD49EF

Tints of Free Speech Magenta #DD49EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 41.46%
G = 13.7%
B = 44.84%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD49EF (or 0xDD49EF) is known color: Free Speech Magenta. HEX triplet: DD, 49 and EF. RGB value is (221,73,239). Sum of RGB (Red+Green+Blue) = 221+73+239=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49EF is #22B610. Grayscale: #878787. Windows color (decimal): -2274833 or 15682013. OLE color: 15682013.

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

Color convert

RGB 221 73 239 -
CMYK 0.08 0.69 0 0.06
HSL 293.49º 0.84% 0.61% -
HSV(B) 293.49º 0.69% 0.94% -
XYZ 47.78 26.37 84.23 -
YUV 136.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 221 73 239 0.08 0.69 0 0.06 293.49 0.84 0.61
Hex DD 49 EF 8 45 0 6 125 54 3D
Octal 335 111 357 10 105 0 6 445 124 75
Binary 11011101 1001001 11101111 1000 1000101 0 110 100100101 1010100 111101

Color Harmonies of #DD49EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49EF

Black with #DD49EF

Text Example


Text Example

White with #DD49EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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