#D1616F

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

Shades of Cabaret #D1616F

Tints of Cabaret #D1616F

Color information

#D1616F (or 0xD1616F) is unknown color: approx Cabaret. HEX triplet: D1, 61 and 6F. RGB value is (209,97,111). Sum of RGB (Red+Green+Blue) = 209+97+111=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1616F is #2E9E90. Grayscale: #848484. Windows color (decimal): -3055249 or 7299537. OLE color: 7299537.

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

Color convert

RGB20997111-
CMYK00.540.470.18
HSL352.5º54.9%60%-
HSV(B)352.5º53.59%81.96%-
XYZ33.4423.2517.76-
YUV132.08116.11182.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=50.12%
G=23.26%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099711100.540.470.18352.554.960
HexD1616F0362F12160373c
Octal32114115706657225406774
Binary1101000111000011101111011011010111110010101100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1616F; }

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

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

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

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

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

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

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

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