Html Css Color HEX #DD49EE Free Speech Magenta

📋 copy color: '#DD49EE'

red 221 ◦ green 73 ◦ blue 238

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

Shades of Free Speech Magenta #DD49EE

Tints of Free Speech Magenta #DD49EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 41.54%
G = 13.72%
B = 44.74%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD49EE (or 0xDD49EE) is known color: Free Speech Magenta. HEX triplet: DD, 49 and EE. RGB value is (221,73,238). Sum of RGB (Red+Green+Blue) = 221+73+238=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49EE is #22B611. Grayscale: #878787. Windows color (decimal): -2274834 or 15616477. OLE color: 15616477.

HSL color Cylindrical-coordinate representation of color #DD49EE: hue angle of 293.82º degrees, saturation: 0.83, 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 #DD49EE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 73 238 -
CMYK 0.07 0.69 0 0.07
HSL 293.82º 0.83% 0.61% -
HSV(B) 293.82º 0.69% 0.93% -
XYZ 47.63 26.31 83.46 -
YUV 136.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 221 73 238 0.07 0.69 0 0.07 293.82 0.83 0.61
Hex DD 49 EE 7 45 0 7 126 53 3D
Octal 335 111 356 7 105 0 7 446 123 75
Binary 11011101 1001001 11101110 111 1000101 0 111 100100110 1010011 111101

Color Harmonies of #DD49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49EE

Black with #DD49EE

Text Example


Text Example

White with #DD49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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