#D54465

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

Shades of Cabaret #D54465

Tints of Cabaret #D54465

Color information

#D54465 (or 0xD54465) is unknown color: approx Cabaret. HEX triplet: D5, 44 and 65. RGB value is (213,68,101). Sum of RGB (Red+Green+Blue) = 213+68+101=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D54465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54465 is #2ABB9A. Grayscale: #737373. Windows color (decimal): -2800539 or 6636757. OLE color: 6636757.

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

Color convert

RGB21368101-
CMYK00.680.530.16
HSL346.34º63.32%55.1%-
HSV(B)346.34º68.08%83.53%-
XYZ31.8619.2214.34-
YUV115.12120.04197.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.76%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=55.76%
G=17.80%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136810100.680.530.16346.3463.3255.1
HexD54465044351015a3f37
Octal325104145010465205327767
Binary11010101100010011001010100010011010110000101011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54465; }

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

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

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

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

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

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

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

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