Html Css Color HEX #D054AB Fuchsia

📋 copy color: '#D054AB'

red 208 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #D054AB

Tints of Fuchsia #D054AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.14%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 44.92%
G = 18.14%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D054AB (or 0xD054AB) is known color: Fuchsia. HEX triplet: D0, 54 and AB. RGB value is (208,84,171). Sum of RGB (Red+Green+Blue) = 208+84+171=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D054AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D054AB is #2FAB54. Grayscale: #828282. Windows color (decimal): -3124053 or 11228368. OLE color: 11228368.

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

Color convert

RGB 208 84 171 -
CMYK 0 0.60 0.18 0.18
HSL 317.9º 0.57% 0.57% -
HSV(B) 317.9º 0.6% 0.82% -
XYZ 36.53 22.69 40.98 -
YUV 130.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 208 84 171 0 0.60 0.18 0.18 317.9 0.57 0.57
Hex D0 54 AB 0 3C 12 12 13E 39 39
Octal 320 124 253 0 74 22 22 476 71 71
Binary 11010000 1010100 10101011 0 111100 10010 10010 100111110 111001 111001

Color Harmonies of #D054AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054AB

Black with #D054AB

Text Example


Text Example

White with #D054AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054AB; }

 p { color: rgb(208,84,171); }

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

background-color css

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

 a { background-color: rgb(208,84,171); }

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

border-color css

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

 span { border-color: rgb(208,84,171); }

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