#D05568

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

Shades of Cabaret #D05568

Tints of Cabaret #D05568

Color information

#D05568 (or 0xD05568) is unknown color: approx Cabaret. HEX triplet: D0, 55 and 68. RGB value is (208,85,104). Sum of RGB (Red+Green+Blue) = 208+85+104=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D05568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05568 is #2FAA97. Grayscale: #7B7B7B. Windows color (decimal): -3123864 or 6837712. OLE color: 6837712.

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

Color convert

RGB20885104-
CMYK00.590.50.18
HSL350.73º56.68%57.45%-
HSV(B)350.73º59.13%81.57%-
XYZ31.7620.9115.46-
YUV123.94116.75187.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.39%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=52.39%
G=21.41%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088510400.590.50.18350.7356.6857.45
HexD0556803B321215f3939
Octal32012515007362225377171
Binary1101000010101011101000011101111001010010101011111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05568; }

 p { color: rgb(208,85,104); }

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

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

 a { background-color: rgb(208,85,104); }

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

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

 span { border-color: rgb(208,85,104); }

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