Html Css Color HEX #DD49BE Free Speech Magenta

📋 copy color: '#DD49BE'

red 221 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Magenta #DD49BE

Tints of Free Speech Magenta #DD49BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 45.66%
G = 15.08%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD49BE (or 0xDD49BE) is known color: Free Speech Magenta. HEX triplet: DD, 49 and BE. RGB value is (221,73,190). Sum of RGB (Red+Green+Blue) = 221+73+190=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49BE is #22B641. Grayscale: #828282. Windows color (decimal): -2274882 or 12470749. OLE color: 12470749.

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

Color convert

RGB 221 73 190 -
CMYK 0 0.67 0.14 0.13
HSL 312.57º 0.69% 0.58% -
HSV(B) 312.57º 0.67% 0.87% -
XYZ 41.5 23.85 51.13 -
YUV 130.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 221 73 190 0 0.67 0.14 0.13 312.57 0.69 0.58
Hex DD 49 BE 0 43 E D 139 45 3A
Octal 335 111 276 0 103 16 15 471 105 72
Binary 11011101 1001001 10111110 0 1000011 1110 1101 100111001 1000101 111010

Color Harmonies of #DD49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49BE

Black with #DD49BE

Text Example


Text Example

White with #DD49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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