Html Css Color HEX #DD49C5 Free Speech Magenta

📋 copy color: '#DD49C5'

red 221 ◦ green 73 ◦ blue 197

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

Shades of Free Speech Magenta #DD49C5

Tints of Free Speech Magenta #DD49C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 45.01%
G = 14.87%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD49C5 (or 0xDD49C5) is known color: Free Speech Magenta. HEX triplet: DD, 49 and C5. RGB value is (221,73,197). Sum of RGB (Red+Green+Blue) = 221+73+197=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49C5 is #22B63A. Grayscale: #838383. Windows color (decimal): -2274875 or 12929501. OLE color: 12929501.

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

Color convert

RGB 221 73 197 -
CMYK 0 0.67 0.11 0.13
HSL 309.73º 0.69% 0.58% -
HSV(B) 309.73º 0.67% 0.87% -
XYZ 42.28 24.17 55.26 -
YUV 131.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 221 73 197 0 0.67 0.11 0.13 309.73 0.69 0.58
Hex DD 49 C5 0 43 B D 136 45 3A
Octal 335 111 305 0 103 13 15 466 105 72
Binary 11011101 1001001 11000101 0 1000011 1011 1101 100110110 1000101 111010

Color Harmonies of #DD49C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49C5

Black with #DD49C5

Text Example


Text Example

White with #DD49C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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