#D060BB

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

Shades of Fuchsia #D060BB

Tints of Fuchsia #D060BB

Color information

#D060BB (or 0xD060BB) is unknown color: approx Fuchsia. HEX triplet: D0, 60 and BB. RGB value is (208,96,187). Sum of RGB (Red+Green+Blue) = 208+96+187=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D060BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060BB is #2F9F44. Grayscale: #8B8B8B. Windows color (decimal): -3120965 or 12280016. OLE color: 12280016.

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

Color convert

RGB20896187-
CMYK00.540.100.18
HSL311.25º54.37%59.61%-
HSV(B)311.25º53.85%81.57%-
XYZ39.1625.3649.85-
YUV139.86154.61176.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=42.36%
G=19.55%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089618700.540.100.18311.2554.3759.61
HexD060BB036A12137363c
Octal32014027306612224676674
Binary110100001100000101110110110110101010010100110111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060BB; }

 p { color: rgb(208,96,187); }

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

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

 a { background-color: rgb(208,96,187); }

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

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

 span { border-color: rgb(208,96,187); }

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