Html Css Color HEX #DD49D5 Free Speech Magenta

📋 copy color: '#DD49D5'

red 221 ◦ green 73 ◦ blue 213

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

Shades of Free Speech Magenta #DD49D5

Tints of Free Speech Magenta #DD49D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 43.59%
G = 14.4%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD49D5 (or 0xDD49D5) is known color: Free Speech Magenta. HEX triplet: DD, 49 and D5. RGB value is (221,73,213). Sum of RGB (Red+Green+Blue) = 221+73+213=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49D5 is #22B62A. Grayscale: #848484. Windows color (decimal): -2274859 or 13978077. OLE color: 13978077.

HSL color Cylindrical-coordinate representation of color #DD49D5: hue angle of 303.24º 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 #DD49D5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 73 213 -
CMYK 0 0.67 0.04 0.13
HSL 303.24º 0.69% 0.58% -
HSV(B) 303.24º 0.67% 0.87% -
XYZ 44.21 24.94 65.43 -
YUV 133.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 221 73 213 0 0.67 0.04 0.13 303.24 0.69 0.58
Hex DD 49 D5 0 43 4 D 12F 45 3A
Octal 335 111 325 0 103 4 15 457 105 72
Binary 11011101 1001001 11010101 0 1000011 100 1101 100101111 1000101 111010

Color Harmonies of #DD49D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49D5

Black with #DD49D5

Text Example


Text Example

White with #DD49D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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