#D54E67

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

Shades of Cabaret #D54E67

Tints of Cabaret #D54E67

Color information

#D54E67 (or 0xD54E67) is unknown color: approx Cabaret. HEX triplet: D5, 4E and 67. RGB value is (213,78,103). Sum of RGB (Red+Green+Blue) = 213+78+103=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E67 is #2AB198. Grayscale: #797979. Windows color (decimal): -2797977 or 6770389. OLE color: 6770389.

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

Color convert

RGB21378103-
CMYK00.630.520.16
HSL348.89º61.64%57.06%-
HSV(B)348.89º63.38%83.53%-
XYZ32.6120.5715.08-
YUV121.21117.73193.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 78 (30.86% from 255) = 19.80%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=54.06%
G=19.80%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137810300.630.520.16348.8961.6457.06
HexD54E6703F341015d3e39
Octal32511614707764205357671
Binary1101010110011101100111011111111010010000101011101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E67; }

 p { color: rgb(213,78,103); }

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

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

 a { background-color: rgb(213,78,103); }

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

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

 span { border-color: rgb(213,78,103); }

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