#D1616C

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

Shades of Cabaret #D1616C

Tints of Cabaret #D1616C

Color information

#D1616C (or 0xD1616C) is unknown color: approx Cabaret. HEX triplet: D1, 61 and 6C. RGB value is (209,97,108). Sum of RGB (Red+Green+Blue) = 209+97+108=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1616C is #2E9E93. Grayscale: #838383. Windows color (decimal): -3055252 or 7102929. OLE color: 7102929.

HSL color Cylindrical-coordinate representation of color #D1616C: hue angle of 354.11º 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 #D1616C is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB20997108-
CMYK00.540.480.18
HSL354.11º54.9%60%-
HSV(B)354.11º53.59%81.96%-
XYZ33.2823.1916.91-
YUV131.74114.61183.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=50.48%
G=23.43%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099710800.540.480.18354.1154.960
HexD1616C0363012162373c
Octal32114115406660225426774
Binary1101000111000011101100011011011000010010101100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1616C; }

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

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

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

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

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

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

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

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