Html Css Color HEX #DD49DD Free Speech Magenta

📋 copy color: '#DD49DD'

red 221 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #DD49DD

Tints of Free Speech Magenta #DD49DD

RGB

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

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

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

R = 42.91%
G = 14.17%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD49DD (or 0xDD49DD) is known color: Free Speech Magenta. HEX triplet: DD, 49 and DD. RGB value is (221,73,221). Sum of RGB (Red+Green+Blue) = 221+73+221=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49DD is #22B622. Grayscale: #858585. Windows color (decimal): -2274851 or 14502365. OLE color: 14502365.

HSL color Cylindrical-coordinate representation of color #DD49DD: hue angle of 300º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD49DD is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 73 221 -
CMYK 0 0.67 0 0.13
HSL 300º 0.69% 0.58% -
HSV(B) 300º 0.67% 0.87% -
XYZ 45.25 25.36 70.92 -
YUV 134.12 177.03 189.97 -
System Red Green Blue C M Y K H S L
Decimal 221 73 221 0 0.67 0 0.13 300 0.69 0.58
Hex DD 49 DD 0 43 0 D 12C 45 3A
Octal 335 111 335 0 103 0 15 454 105 72
Binary 11011101 1001001 11011101 0 1000011 0 1101 100101100 1000101 111010

Color Harmonies of #DD49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49DD

Black with #DD49DD

Text Example


Text Example

White with #DD49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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