#D05971

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

Shades of Cabaret #D05971

Tints of Cabaret #D05971

Color information

#D05971 (or 0xD05971) is unknown color: approx Cabaret. HEX triplet: D0, 59 and 71. RGB value is (208,89,113). Sum of RGB (Red+Green+Blue) = 208+89+113=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D05971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05971 is #2FA68E. Grayscale: #7F7F7F. Windows color (decimal): -3122831 or 7428560. OLE color: 7428560.

HSL color Cylindrical-coordinate representation of color #D05971: hue angle of 347.9º 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 #D05971 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB20889113-
CMYK00.570.460.18
HSL347.9º55.87%58.24%-
HSV(B)347.9º57.21%81.57%-
XYZ32.5721.7518.1-
YUV127.32119.92185.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.73%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=50.73%
G=21.71%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088911300.570.460.18347.955.8758.24
HexD059710392E1215c383a
Octal32013116107156225347072
Binary1101000010110011110001011100110111010010101011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05971; }

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

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

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

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

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

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

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

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