Html Css Color HEX #D053AC Fuchsia

📋 copy color: '#D053AC'

red 208 ◦ green 83 ◦ blue 172

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

Shades of Fuchsia #D053AC

Tints of Fuchsia #D053AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 44.92%
G = 17.93%
B = 37.15%

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

#D053AC (or 0xD053AC) is known color: Fuchsia. HEX triplet: D0, 53 and AC. RGB value is (208,83,172). Sum of RGB (Red+Green+Blue) = 208+83+172=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D053AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D053AC is #2FAC53. Grayscale: #828282. Windows color (decimal): -3124308 or 11293648. OLE color: 11293648.

HSL color Cylindrical-coordinate representation of color #D053AC: hue angle of 317.28º 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 #D053AC is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 172 -
CMYK 0 0.60 0.17 0.18
HSL 317.28º 0.57% 0.57% -
HSV(B) 317.28º 0.6% 0.82% -
XYZ 36.55 22.57 41.46 -
YUV 130.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 208 83 172 0 0.60 0.17 0.18 317.28 0.57 0.57
Hex D0 53 AC 0 3C 11 12 13D 39 39
Octal 320 123 254 0 74 21 22 475 71 71
Binary 11010000 1010011 10101100 0 111100 10001 10010 100111101 111001 111001

Color Harmonies of #D053AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053AC

Black with #D053AC

Text Example


Text Example

White with #D053AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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