Html Css Color HEX #D049B9 Fuchsia

📋 copy color: '#D049B9'

red 208 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #D049B9

Tints of Fuchsia #D049B9

RGB

 RED value IS 208 (81.64% from 255) = 44.64%

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

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 44.64%
G = 15.67%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D049B9 (or 0xD049B9) is known color: Fuchsia. HEX triplet: D0, 49 and B9. RGB value is (208,73,185). Sum of RGB (Red+Green+Blue) = 208+73+185=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D049B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049B9 is #2FB646. Grayscale: #7D7D7D. Windows color (decimal): -3126855 or 12143056. OLE color: 12143056.

HSL color Cylindrical-coordinate representation of color #D049B9: hue angle of 310.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D049B9 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 185 -
CMYK 0 0.65 0.11 0.18
HSL 310.22º 0.59% 0.55% -
HSV(B) 310.22º 0.65% 0.82% -
XYZ 37.15 21.68 48.13 -
YUV 126.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 208 73 185 0 0.65 0.11 0.18 310.22 0.59 0.55
Hex D0 49 B9 0 41 B 12 136 3B 37
Octal 320 111 271 0 101 13 22 466 73 67
Binary 11010000 1001001 10111001 0 1000001 1011 10010 100110110 111011 110111

Color Harmonies of #D049B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049B9

Black with #D049B9

Text Example


Text Example

White with #D049B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049B9; }

 p { color: rgb(208,73,185); }

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

background-color css

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

 a { background-color: rgb(208,73,185); }

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

border-color css

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

 span { border-color: rgb(208,73,185); }

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