Html Css Color HEX #D049AF Fuchsia

📋 copy color: '#D049AF'

red 208 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #D049AF

Tints of Fuchsia #D049AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 45.61%
G = 16.01%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D049AF (or 0xD049AF) is known color: Fuchsia. HEX triplet: D0, 49 and AF. RGB value is (208,73,175). Sum of RGB (Red+Green+Blue) = 208+73+175=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D049AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D049AF is #2FB650. Grayscale: #7C7C7C. Windows color (decimal): -3126865 or 11487696. OLE color: 11487696.

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

Color convert

RGB 208 73 175 -
CMYK 0 0.65 0.16 0.18
HSL 314.67º 0.59% 0.55% -
HSV(B) 314.67º 0.65% 0.82% -
XYZ 36.13 21.27 42.76 -
YUV 124.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 208 73 175 0 0.65 0.16 0.18 314.67 0.59 0.55
Hex D0 49 AF 0 41 10 12 13B 3B 37
Octal 320 111 257 0 101 20 22 473 73 67
Binary 11010000 1001001 10101111 0 1000001 10000 10010 100111011 111011 110111

Color Harmonies of #D049AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049AF

Black with #D049AF

Text Example


Text Example

White with #D049AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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