Html Css Color HEX #DD49B7 Fuchsia

📋 copy color: '#DD49B7'

red 221 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #DD49B7

Tints of Fuchsia #DD49B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.36%

R = 46.33%
G = 15.3%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD49B7 (or 0xDD49B7) is known color: Fuchsia. HEX triplet: DD, 49 and B7. RGB value is (221,73,183). Sum of RGB (Red+Green+Blue) = 221+73+183=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49B7 is #22B648. Grayscale: #818181. Windows color (decimal): -2274889 or 12011997. OLE color: 12011997.

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

Color convert

RGB 221 73 183 -
CMYK 0 0.67 0.17 0.13
HSL 315.41º 0.69% 0.58% -
HSV(B) 315.41º 0.67% 0.87% -
XYZ 40.75 23.56 47.2 -
YUV 129.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 221 73 183 0 0.67 0.17 0.13 315.41 0.69 0.58
Hex DD 49 B7 0 43 11 D 13B 45 3A
Octal 335 111 267 0 103 21 15 473 105 72
Binary 11011101 1001001 10110111 0 1000011 10001 1101 100111011 1000101 111010

Color Harmonies of #DD49B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49B7

Black with #DD49B7

Text Example


Text Example

White with #DD49B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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