#D05FB9

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

Shades of Fuchsia #D05FB9

Tints of Fuchsia #D05FB9

Color information

#D05FB9 (or 0xD05FB9) is unknown color: approx Fuchsia. HEX triplet: D0, 5F and B9. RGB value is (208,95,185). Sum of RGB (Red+Green+Blue) = 208+95+185=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FB9 is #2FA046. Grayscale: #8A8A8A. Windows color (decimal): -3121223 or 12148688. OLE color: 12148688.

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

Color convert

RGB20895185-
CMYK00.540.110.18
HSL312.21º54.59%59.41%-
HSV(B)312.21º54.33%81.57%-
XYZ38.8625.148.69-
YUV139.05153.94177.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 95 (37.5% from 255) = 19.47%
BLUE value IS 185 (72.66% from 255) = 37.91%
R=42.62%
G=19.47%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089518500.540.110.18312.2154.5959.41
HexD05FB9036B12138373b
Octal32013727106613224706773
Binary110100001011111101110010110110101110010100111000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05FB9; }

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

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

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

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

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

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

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

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