#D1456F

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

Shades of Cabaret #D1456F

Tints of Cabaret #D1456F

Color information

#D1456F (or 0xD1456F) is unknown color: approx Cabaret. HEX triplet: D1, 45 and 6F. RGB value is (209,69,111). Sum of RGB (Red+Green+Blue) = 209+69+111=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1456F is #2EBA90. Grayscale: #737373. Windows color (decimal): -3062417 or 7292369. OLE color: 7292369.

HSL color Cylindrical-coordinate representation of color #D1456F: hue angle of 342º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1456F is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20969111-
CMYK00.670.470.18
HSL342º60.34%54.51%-
HSV(B)342º66.99%81.96%-
XYZ31.2918.9617.05-
YUV115.65125.38194.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=53.73%
G=17.74%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096911100.670.470.1834260.3454.51
HexD1456F0432F121563c37
Octal321105157010357225267467
Binary11010001100010111011110100001110111110010101010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1456F; }

 p { color: rgb(209,69,111); }

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

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

 a { background-color: rgb(209,69,111); }

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

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

 span { border-color: rgb(209,69,111); }

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