Html Css Color HEX #DD49B0 Fuchsia

📋 copy color: '#DD49B0'

red 221 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #DD49B0

Tints of Fuchsia #DD49B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 47.02%
G = 15.53%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD49B0 (or 0xDD49B0) is known color: Fuchsia. HEX triplet: DD, 49 and B0. RGB value is (221,73,176). Sum of RGB (Red+Green+Blue) = 221+73+176=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD49B0 is #22B64F. Grayscale: #808080. Windows color (decimal): -2274896 or 11553245. OLE color: 11553245.

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

Color convert

RGB 221 73 176 -
CMYK 0 0.67 0.20 0.13
HSL 318.24º 0.69% 0.58% -
HSV(B) 318.24º 0.67% 0.87% -
XYZ 40.04 23.27 43.46 -
YUV 128.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 221 73 176 0 0.67 0.20 0.13 318.24 0.69 0.58
Hex DD 49 B0 0 43 14 D 13E 45 3A
Octal 335 111 260 0 103 24 15 476 105 72
Binary 11011101 1001001 10110000 0 1000011 10100 1101 100111110 1000101 111010

Color Harmonies of #DD49B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49B0

Black with #DD49B0

Text Example


Text Example

White with #DD49B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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