#D051D1

Color #D051D1 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D051D1

Tints of Fuchsia #D051D1

Color information

#D051D1 (or 0xD051D1) is unknown color: approx Fuchsia. HEX triplet: D0, 51 and D1. RGB value is (208,81,209). Sum of RGB (Red+Green+Blue) = 208+81+209=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #D051D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051D1 is #2FAE2E. Grayscale: #858585. Windows color (decimal): -3124783 or 13717968. OLE color: 13717968.

HSL color Cylindrical-coordinate representation of color #D051D1: hue angle of 299.53º degrees, saturation: 0.58, 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 #D051D1 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20881209-
CMYK0.000.6100.18
HSL299.53º58.18%56.86%-
HSV(B)299.53º61.24%81.96%-
XYZ40.4623.962.8-
YUV133.56170.58181.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 81 (32.03% from 255) = 16.27%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=41.77%
G=16.27%
B=41.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208812090.000.6100.18299.5358.1856.86
HexD051D103D01212c3a39
Octal3201213210750224547271
Binary110100001010001110100010111101010010100101100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D051D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D051D1; }

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

 H1.HeaderClassName
 {
   color: #D051D1;
 }
 .AnyTagClassName
 {
   color: #D051D1;
 }
</style>
background-color css

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

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

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

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

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

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