#D54A66

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

Shades of Cabaret #D54A66

Tints of Cabaret #D54A66

Color information

#D54A66 (or 0xD54A66) is unknown color: approx Cabaret. HEX triplet: D5, 4A and 66. RGB value is (213,74,102). Sum of RGB (Red+Green+Blue) = 213+74+102=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A66 is #2AB599. Grayscale: #767676. Windows color (decimal): -2799002 or 6703829. OLE color: 6703829.

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

Color convert

RGB21374102-
CMYK00.650.520.16
HSL347.91º62.33%56.27%-
HSV(B)347.91º65.26%83.53%-
XYZ32.292014.73-
YUV118.75118.55195.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.76%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=54.76%
G=19.02%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137410200.650.520.16347.9162.3356.27
HexD54A66041341015c3e38
Octal325112146010164205347670
Binary11010101100101011001100100000111010010000101011100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54A66; }

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

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

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

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

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

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

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

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