#D55766

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

Shades of Cabaret #D55766

Tints of Cabaret #D55766

Color information

#D55766 (or 0xD55766) is unknown color: approx Cabaret. HEX triplet: D5, 57 and 66. RGB value is (213,87,102). Sum of RGB (Red+Green+Blue) = 213+87+102=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D55766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55766 is #2AA899. Grayscale: #7E7E7E. Windows color (decimal): -2795674 or 6707157. OLE color: 6707157.

HSL color Cylindrical-coordinate representation of color #D55766: hue angle of 352.86º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55766 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21387102-
CMYK00.590.520.16
HSL352.86º60%58.82%-
HSV(B)352.86º59.15%83.53%-
XYZ33.2521.9215.05-
YUV126.38114.24189.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.99%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=52.99%
G=21.64%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138710200.590.520.16352.866058.82
HexD5576603B34101613c3b
Octal32512714607364205417473
Binary1101010110101111100110011101111010010000101100001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55766; }

 p { color: rgb(213,87,102); }

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

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

 a { background-color: rgb(213,87,102); }

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

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

 span { border-color: rgb(213,87,102); }

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