Html Css Color HEX #D049B6 Fuchsia

📋 copy color: '#D049B6'

red 208 ◦ green 73 ◦ blue 182

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

Shades of Fuchsia #D049B6

Tints of Fuchsia #D049B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 44.92%
G = 15.77%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D049B6 (or 0xD049B6) is known color: Fuchsia. HEX triplet: D0, 49 and B6. RGB value is (208,73,182). Sum of RGB (Red+Green+Blue) = 208+73+182=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D049B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049B6 is #2FB649. Grayscale: #7D7D7D. Windows color (decimal): -3126858 or 11946448. OLE color: 11946448.

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

Color convert

RGB 208 73 182 -
CMYK 0 0.65 0.12 0.18
HSL 311.56º 0.59% 0.55% -
HSV(B) 311.56º 0.65% 0.82% -
XYZ 36.84 21.55 46.47 -
YUV 125.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 208 73 182 0 0.65 0.12 0.18 311.56 0.59 0.55
Hex D0 49 B6 0 41 C 12 138 3B 37
Octal 320 111 266 0 101 14 22 470 73 67
Binary 11010000 1001001 10110110 0 1000001 1100 10010 100111000 111011 110111

Color Harmonies of #D049B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049B6

Black with #D049B6

Text Example


Text Example

White with #D049B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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