#D54467

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

Shades of Cabaret #D54467

Tints of Cabaret #D54467

Color information

#D54467 (or 0xD54467) is unknown color: approx Cabaret. HEX triplet: D5, 44 and 67. RGB value is (213,68,103). Sum of RGB (Red+Green+Blue) = 213+68+103=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54467 is #2ABB98. Grayscale: #737373. Windows color (decimal): -2800537 or 6767829. OLE color: 6767829.

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

Color convert

RGB21368103-
CMYK00.680.520.16
HSL345.52º63.32%55.1%-
HSV(B)345.52º68.08%83.53%-
XYZ31.9619.2614.87-
YUV115.34121.04197.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.47%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=55.47%
G=17.71%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136810300.680.520.16345.5263.3255.1
HexD54467044341015a3f37
Octal325104147010464205327767
Binary11010101100010011001110100010011010010000101011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54467; }

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

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

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

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

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

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

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

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