#D061B9

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

Shades of Fuchsia #D061B9

Tints of Fuchsia #D061B9

Color information

#D061B9 (or 0xD061B9) is unknown color: approx Fuchsia. HEX triplet: D0, 61 and B9. RGB value is (208,97,185). Sum of RGB (Red+Green+Blue) = 208+97+185=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D061B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061B9 is #2F9E46. Grayscale: #8B8B8B. Windows color (decimal): -3120711 or 12149200. OLE color: 12149200.

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

Color convert

RGB20897185-
CMYK00.530.110.18
HSL312.43º54.15%59.8%-
HSV(B)312.43º53.37%81.57%-
XYZ39.0425.4648.76-
YUV140.22153.27176.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 97 (38.28% from 255) = 19.80%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=42.45%
G=19.80%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089718500.530.110.18312.4354.1559.8
HexD061B9035B12138363c
Octal32014127106513224706674
Binary110100001100001101110010110101101110010100111000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D061B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D061B9; }

 p { color: rgb(208,97,185); }

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

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

 a { background-color: rgb(208,97,185); }

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

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

 span { border-color: rgb(208,97,185); }

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