#D54965

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

Shades of Cabaret #D54965

Tints of Cabaret #D54965

Color information

#D54965 (or 0xD54965) is unknown color: approx Cabaret. HEX triplet: D5, 49 and 65. RGB value is (213,73,101). Sum of RGB (Red+Green+Blue) = 213+73+101=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D54965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54965 is #2AB69A. Grayscale: #767676. Windows color (decimal): -2799259 or 6638037. OLE color: 6638037.

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

Color convert

RGB21373101-
CMYK00.660.530.16
HSL348º62.5%56.08%-
HSV(B)348º65.73%83.53%-
XYZ32.1719.8514.45-
YUV118.05118.38195.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.04%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=55.04%
G=18.86%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137310100.660.530.1634862.556.08
HexD54965042351015c3e38
Octal325111145010265205347670
Binary11010101100100111001010100001011010110000101011100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54965; }

 p { color: rgb(213,73,101); }

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

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

 a { background-color: rgb(213,73,101); }

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

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

 span { border-color: rgb(213,73,101); }

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