Html Css Color HEX #D047AD Fuchsia

📋 copy color: '#D047AD'

red 208 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #D047AD

Tints of Fuchsia #D047AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.71%

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 46.02%
G = 15.71%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D047AD (or 0xD047AD) is known color: Fuchsia. HEX triplet: D0, 47 and AD. RGB value is (208,71,173). Sum of RGB (Red+Green+Blue) = 208+71+173=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D047AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D047AD is #2FB852. Grayscale: #7B7B7B. Windows color (decimal): -3127379 or 11356112. OLE color: 11356112.

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

Color convert

RGB 208 71 173 -
CMYK 0 0.66 0.17 0.18
HSL 315.33º 0.59% 0.55% -
HSV(B) 315.33º 0.66% 0.82% -
XYZ 35.81 20.93 41.69 -
YUV 123.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 208 71 173 0 0.66 0.17 0.18 315.33 0.59 0.55
Hex D0 47 AD 0 42 11 12 13B 3B 37
Octal 320 107 255 0 102 21 22 473 73 67
Binary 11010000 1000111 10101101 0 1000010 10001 10010 100111011 111011 110111

Color Harmonies of #D047AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047AD

Black with #D047AD

Text Example


Text Example

White with #D047AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047AD; }

 p { color: rgb(208,71,173); }

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

background-color css

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

 a { background-color: rgb(208,71,173); }

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

border-color css

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

 span { border-color: rgb(208,71,173); }

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