#D54D6C

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

Shades of Cabaret #D54D6C

Tints of Cabaret #D54D6C

Color information

#D54D6C (or 0xD54D6C) is unknown color: approx Cabaret. HEX triplet: D5, 4D and 6C. RGB value is (213,77,108). Sum of RGB (Red+Green+Blue) = 213+77+108=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D6C is #2AB293. Grayscale: #797979. Windows color (decimal): -2798228 or 7097813. OLE color: 7097813.

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

Color convert

RGB21377108-
CMYK00.640.490.16
HSL346.32º61.82%56.86%-
HSV(B)346.32º63.85%83.53%-
XYZ32.820.5416.42-
YUV121.2120.56193.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=53.52%
G=19.35%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137710800.640.490.16346.3261.8256.86
HexD54D6C040311015a3e39
Octal325115154010061205327671
Binary11010101100110111011000100000011000110000101011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D6C; }

 p { color: rgb(213,77,108); }

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

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

 a { background-color: rgb(213,77,108); }

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

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

 span { border-color: rgb(213,77,108); }

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