#D56275

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

Shades of Cabaret #D56275

Tints of Cabaret #D56275

Color information

#D56275 (or 0xD56275) is unknown color: approx Cabaret. HEX triplet: D5, 62 and 75. RGB value is (213,98,117). Sum of RGB (Red+Green+Blue) = 213+98+117=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56275 is #2A9D8A. Grayscale: #868686. Windows color (decimal): -2792843 or 7693013. OLE color: 7693013.

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

Color convert

RGB21398117-
CMYK00.540.450.16
HSL350.09º57.79%60.98%-
HSV(B)350.09º53.99%83.53%-
XYZ35.0224.1719.65-
YUV134.55118.1183.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=49.77%
G=22.90%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139811700.540.450.16350.0957.7960.98
HexD562750362D1015e3a3d
Octal32514216506655205367275
Binary1101010111000101110101011011010110110000101011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56275; }

 p { color: rgb(213,98,117); }

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

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

 a { background-color: rgb(213,98,117); }

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

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

 span { border-color: rgb(213,98,117); }

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