Html Css Color HEX #D044AD Fuchsia

📋 copy color: '#D044AD'

red 208 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #D044AD

Tints of Fuchsia #D044AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.14%

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

R = 46.33%
G = 15.14%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D044AD (or 0xD044AD) is known color: Fuchsia. HEX triplet: D0, 44 and AD. RGB value is (208,68,173). Sum of RGB (Red+Green+Blue) = 208+68+173=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D044AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044AD is #2FBB52. Grayscale: #797979. Windows color (decimal): -3128147 or 11355344. OLE color: 11355344.

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

Color convert

RGB 208 68 173 -
CMYK 0 0.67 0.17 0.18
HSL 315º 0.6% 0.54% -
HSV(B) 315º 0.67% 0.82% -
XYZ 35.62 20.56 41.63 -
YUV 121.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 208 68 173 0 0.67 0.17 0.18 315 0.6 0.54
Hex D0 44 AD 0 43 11 12 13B 3C 36
Octal 320 104 255 0 103 21 22 473 74 66
Binary 11010000 1000100 10101101 0 1000011 10001 10010 100111011 111100 110110

Color Harmonies of #D044AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044AD

Black with #D044AD

Text Example


Text Example

White with #D044AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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