#D54865

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

Shades of Cabaret #D54865

Tints of Cabaret #D54865

Color information

#D54865 (or 0xD54865) is unknown color: approx Cabaret. HEX triplet: D5, 48 and 65. RGB value is (213,72,101). Sum of RGB (Red+Green+Blue) = 213+72+101=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D54865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54865 is #2AB79A. Grayscale: #757575. Windows color (decimal): -2799515 or 6637781. OLE color: 6637781.

HSL color Cylindrical-coordinate representation of color #D54865: hue angle of 347.66º degrees, saturation: 0.63, 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 #D54865 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21372101-
CMYK00.660.530.16
HSL347.66º62.67%55.88%-
HSV(B)347.66º66.2%83.53%-
XYZ32.1119.7214.43-
YUV117.46118.71196.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.18%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=55.18%
G=18.65%
B=26.17%

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
Decimal2137210100.660.530.16347.6662.6755.88
HexD54865042351015c3f38
Octal325110145010265205347770
Binary11010101100100011001010100001011010110000101011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54865; }

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

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

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

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

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

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

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

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