Html Css Color HEX #D053AD Fuchsia

📋 copy color: '#D053AD'

red 208 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #D053AD

Tints of Fuchsia #D053AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.89%

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

R = 44.83%
G = 17.89%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D053AD (or 0xD053AD) is known color: Fuchsia. HEX triplet: D0, 53 and AD. RGB value is (208,83,173). Sum of RGB (Red+Green+Blue) = 208+83+173=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D053AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D053AD is #2FAC52. Grayscale: #828282. Windows color (decimal): -3124307 or 11359184. OLE color: 11359184.

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

Color convert

RGB 208 83 173 -
CMYK 0 0.60 0.17 0.18
HSL 316.8º 0.57% 0.57% -
HSV(B) 316.8º 0.6% 0.82% -
XYZ 36.65 22.61 41.97 -
YUV 130.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 208 83 173 0 0.60 0.17 0.18 316.8 0.57 0.57
Hex D0 53 AD 0 3C 11 12 13D 39 39
Octal 320 123 255 0 74 21 22 475 71 71
Binary 11010000 1010011 10101101 0 111100 10001 10010 100111101 111001 111001

Color Harmonies of #D053AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053AD

Black with #D053AD

Text Example


Text Example

White with #D053AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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