#D54A6E

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

Shades of Cabaret #D54A6E

Tints of Cabaret #D54A6E

Color information

#D54A6E (or 0xD54A6E) is unknown color: approx Cabaret. HEX triplet: D5, 4A and 6E. RGB value is (213,74,110). Sum of RGB (Red+Green+Blue) = 213+74+110=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A6E is #2AB591. Grayscale: #777777. Windows color (decimal): -2798994 or 7228117. OLE color: 7228117.

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

Color convert

RGB21374110-
CMYK00.650.480.16
HSL344.46º62.33%56.27%-
HSV(B)344.46º65.26%83.53%-
XYZ32.720.1716.92-
YUV119.66122.55194.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.65%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=53.65%
G=18.64%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137411000.650.480.16344.4662.3356.27
HexD54A6E04130101583e38
Octal325112156010160205307670
Binary11010101100101011011100100000111000010000101011000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54A6E; }

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

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

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

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

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

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

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

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