#D05977

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

Shades of Cabaret #D05977

Tints of Cabaret #D05977

Color information

#D05977 (or 0xD05977) is unknown color: approx Cabaret. HEX triplet: D0, 59 and 77. RGB value is (208,89,119). Sum of RGB (Red+Green+Blue) = 208+89+119=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D05977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05977 is #2FA688. Grayscale: #808080. Windows color (decimal): -3122825 or 7821776. OLE color: 7821776.

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

Color convert

RGB20889119-
CMYK00.570.430.18
HSL344.87º55.87%58.24%-
HSV(B)344.87º57.21%81.57%-
XYZ32.9121.8919.94-
YUV128122.92185.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=50%
G=21.39%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088911900.570.430.18344.8755.8758.24
HexD059770392B12159383a
Octal32013116707153225317072
Binary1101000010110011110111011100110101110010101011001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05977; }

 p { color: rgb(208,89,119); }

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

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

 a { background-color: rgb(208,89,119); }

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

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

 span { border-color: rgb(208,89,119); }

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