#D05975

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

Shades of Cabaret #D05975

Tints of Cabaret #D05975

Color information

#D05975 (or 0xD05975) is unknown color: approx Cabaret. HEX triplet: D0, 59 and 75. RGB value is (208,89,117). Sum of RGB (Red+Green+Blue) = 208+89+117=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D05975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05975 is #2FA68A. Grayscale: #7F7F7F. Windows color (decimal): -3122827 or 7690704. OLE color: 7690704.

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

Color convert

RGB20889117-
CMYK00.570.440.18
HSL345.88º55.87%58.24%-
HSV(B)345.88º57.21%81.57%-
XYZ32.821.8419.32-
YUV127.77121.92185.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=50.24%
G=21.50%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088911700.570.440.18345.8855.8758.24
HexD059750392C1215a383a
Octal32013116507154225327072
Binary1101000010110011110101011100110110010010101011010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05975; }

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

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

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

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

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

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

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

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