Html Css Color HEX #DD49B5 Fuchsia

📋 copy color: '#DD49B5'

red 221 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #DD49B5

Tints of Fuchsia #DD49B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 46.53%
G = 15.37%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD49B5 (or 0xDD49B5) is known color: Fuchsia. HEX triplet: DD, 49 and B5. RGB value is (221,73,181). Sum of RGB (Red+Green+Blue) = 221+73+181=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49B5 is #22B64A. Grayscale: #818181. Windows color (decimal): -2274891 or 11880925. OLE color: 11880925.

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

Color convert

RGB 221 73 181 -
CMYK 0 0.67 0.18 0.13
HSL 316.22º 0.69% 0.58% -
HSV(B) 316.22º 0.67% 0.87% -
XYZ 40.54 23.47 46.11 -
YUV 129.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 221 73 181 0 0.67 0.18 0.13 316.22 0.69 0.58
Hex DD 49 B5 0 43 12 D 13C 45 3A
Octal 335 111 265 0 103 22 15 474 105 72
Binary 11011101 1001001 10110101 0 1000011 10010 1101 100111100 1000101 111010

Color Harmonies of #DD49B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49B5

Black with #DD49B5

Text Example


Text Example

White with #DD49B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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