Html Css Color HEX #D040AD Fuchsia

📋 copy color: '#D040AD'

red 208 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #D040AD

Tints of Fuchsia #D040AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

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

R = 46.74%
G = 14.38%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D040AD (or 0xD040AD) is known color: Fuchsia. HEX triplet: D0, 40 and AD. RGB value is (208,64,173). Sum of RGB (Red+Green+Blue) = 208+64+173=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D040AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040AD is #2FBF52. Grayscale: #777777. Windows color (decimal): -3129171 or 11354320. OLE color: 11354320.

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

Color convert

RGB 208 64 173 -
CMYK 0 0.69 0.17 0.18
HSL 314.58º 0.61% 0.53% -
HSV(B) 314.58º 0.69% 0.82% -
XYZ 35.39 20.09 41.55 -
YUV 119.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 208 64 173 0 0.69 0.17 0.18 314.58 0.61 0.53
Hex D0 40 AD 0 45 11 12 13B 3D 35
Octal 320 100 255 0 105 21 22 473 75 65
Binary 11010000 1000000 10101101 0 1000101 10001 10010 100111011 111101 110101

Color Harmonies of #D040AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040AD

Black with #D040AD

Text Example


Text Example

White with #D040AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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