#D54869

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

Shades of Cabaret #D54869

Tints of Cabaret #D54869

Color information

#D54869 (or 0xD54869) is unknown color: approx Cabaret. HEX triplet: D5, 48 and 69. RGB value is (213,72,105). Sum of RGB (Red+Green+Blue) = 213+72+105=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D54869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54869 is #2AB796. Grayscale: #757575. Windows color (decimal): -2799511 or 6899925. OLE color: 6899925.

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

Color convert

RGB21372105-
CMYK00.660.510.16
HSL345.96º62.67%55.88%-
HSV(B)345.96º66.2%83.53%-
XYZ32.3119.815.48-
YUV117.92120.71195.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.62%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=54.62%
G=18.46%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137210500.660.510.16345.9662.6755.88
HexD54869042331015a3f38
Octal325110151010263205327770
Binary11010101100100011010010100001011001110000101011010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54869; }

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

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

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

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

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

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

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

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