#D16271

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

Shades of Cabaret #D16271

Tints of Cabaret #D16271

Color information

#D16271 (or 0xD16271) is unknown color: approx Cabaret. HEX triplet: D1, 62 and 71. RGB value is (209,98,113). Sum of RGB (Red+Green+Blue) = 209+98+113=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D16271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16271 is #2E9D8E. Grayscale: #848484. Windows color (decimal): -3054991 or 7430865. OLE color: 7430865.

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

Color convert

RGB20998113-
CMYK00.530.460.18
HSL351.89º54.68%60.2%-
HSV(B)351.89º53.11%81.96%-
XYZ33.6423.4818.38-
YUV132.9116.77182.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=49.76%
G=23.33%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099811300.530.460.18351.8954.6860.2
HexD162710352E12160373c
Octal32114216106556225406774
Binary1101000111000101110001011010110111010010101100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16271; }

 p { color: rgb(209,98,113); }

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

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

 a { background-color: rgb(209,98,113); }

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

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

 span { border-color: rgb(209,98,113); }

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