Html Css Color HEX #D051AB Fuchsia

📋 copy color: '#D051AB'

red 208 ◦ green 81 ◦ blue 171

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

Shades of Fuchsia #D051AB

Tints of Fuchsia #D051AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

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

R = 45.22%
G = 17.61%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D051AB (or 0xD051AB) is known color: Fuchsia. HEX triplet: D0, 51 and AB. RGB value is (208,81,171). Sum of RGB (Red+Green+Blue) = 208+81+171=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D051AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D051AB is #2FAE54. Grayscale: #818181. Windows color (decimal): -3124821 or 11227600. OLE color: 11227600.

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

Color convert

RGB 208 81 171 -
CMYK 0 0.61 0.18 0.18
HSL 317.48º 0.57% 0.57% -
HSV(B) 317.48º 0.61% 0.82% -
XYZ 36.31 22.24 40.91 -
YUV 129.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 208 81 171 0 0.61 0.18 0.18 317.48 0.57 0.57
Hex D0 51 AB 0 3D 12 12 13D 39 39
Octal 320 121 253 0 75 22 22 475 71 71
Binary 11010000 1010001 10101011 0 111101 10010 10010 100111101 111001 111001

Color Harmonies of #D051AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051AB

Black with #D051AB

Text Example


Text Example

White with #D051AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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