#D54D66

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

Shades of Cabaret #D54D66

Tints of Cabaret #D54D66

Color information

#D54D66 (or 0xD54D66) is unknown color: approx Cabaret. HEX triplet: D5, 4D and 66. RGB value is (213,77,102). Sum of RGB (Red+Green+Blue) = 213+77+102=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D66 is #2AB299. Grayscale: #787878. Windows color (decimal): -2798234 or 6704597. OLE color: 6704597.

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

Color convert

RGB21377102-
CMYK00.640.520.16
HSL348.97º61.82%56.86%-
HSV(B)348.97º63.85%83.53%-
XYZ32.4920.4114.8-
YUV120.51117.56193.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 77 (30.47% from 255) = 19.64%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=54.34%
G=19.64%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137710200.640.520.16348.9761.8256.86
HexD54D66040341015d3e39
Octal325115146010064205357671
Binary11010101100110111001100100000011010010000101011101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D66; }

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

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

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

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

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

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

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

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