#D55969

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

Shades of Cabaret #D55969

Tints of Cabaret #D55969

Color information

#D55969 (or 0xD55969) is unknown color: approx Cabaret. HEX triplet: D5, 59 and 69. RGB value is (213,89,105). Sum of RGB (Red+Green+Blue) = 213+89+105=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D55969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55969 is #2AA696. Grayscale: #7F7F7F. Windows color (decimal): -2795159 or 6904277. OLE color: 6904277.

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

Color convert

RGB21389105-
CMYK00.580.510.16
HSL352.26º59.62%59.22%-
HSV(B)352.26º58.22%83.53%-
XYZ33.5622.3115.9-
YUV127.9115.08188.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=52.33%
G=21.87%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138910500.580.510.16352.2659.6259.22
HexD5596903A33101603c3b
Octal32513115107263205407473
Binary1101010110110011101001011101011001110000101100000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55969; }

 p { color: rgb(213,89,105); }

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

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

 a { background-color: rgb(213,89,105); }

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

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

 span { border-color: rgb(213,89,105); }

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