Html Css Color HEX #D036AD Fuchsia

📋 copy color: '#D036AD'

red 208 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #D036AD

Tints of Fuchsia #D036AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.41%

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

R = 47.82%
G = 12.41%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D036AD (or 0xD036AD) is known color: Fuchsia. HEX triplet: D0, 36 and AD. RGB value is (208,54,173). Sum of RGB (Red+Green+Blue) = 208+54+173=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D036AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D036AD is #2FC952. Grayscale: #717171. Windows color (decimal): -3131731 or 11351760. OLE color: 11351760.

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

Color convert

RGB 208 54 173 -
CMYK 0 0.74 0.17 0.18
HSL 313.64º 0.62% 0.51% -
HSV(B) 313.64º 0.74% 0.82% -
XYZ 34.87 19.07 41.38 -
YUV 113.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 208 54 173 0 0.74 0.17 0.18 313.64 0.62 0.51
Hex D0 36 AD 0 4A 11 12 13A 3E 33
Octal 320 66 255 0 112 21 22 472 76 63
Binary 11010000 110110 10101101 0 1001010 10001 10010 100111010 111110 110011

Color Harmonies of #D036AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036AD

Black with #D036AD

Text Example


Text Example

White with #D036AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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