#D55974

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

Shades of Cabaret #D55974

Tints of Cabaret #D55974

Color information

#D55974 (or 0xD55974) is unknown color: approx Cabaret. HEX triplet: D5, 59 and 74. RGB value is (213,89,116). Sum of RGB (Red+Green+Blue) = 213+89+116=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D55974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55974 is #2AA68B. Grayscale: #818181. Windows color (decimal): -2795148 or 7625173. OLE color: 7625173.

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

Color convert

RGB21389116-
CMYK00.580.460.16
HSL346.94º59.62%59.22%-
HSV(B)346.94º58.22%83.53%-
XYZ34.1722.5519.08-
YUV129.15120.58187.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=50.96%
G=21.29%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138911600.580.460.16346.9459.6259.22
HexD5597403A2E1015b3c3b
Octal32513116407256205337473
Binary1101010110110011110100011101010111010000101011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55974; }

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

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

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

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

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

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

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

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