#D7616D

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

Shades of Cabaret #D7616D

Tints of Cabaret #D7616D

Color information

#D7616D (or 0xD7616D) is unknown color: approx Cabaret. HEX triplet: D7, 61 and 6D. RGB value is (215,97,109). Sum of RGB (Red+Green+Blue) = 215+97+109=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7616D is #289E92. Grayscale: #858585. Windows color (decimal): -2662035 or 7168471. OLE color: 7168471.

HSL color Cylindrical-coordinate representation of color #D7616D: hue angle of 353.9º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7616D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB21597109-
CMYK00.550.490.16
HSL353.9º59.6%61.18%-
HSV(B)353.9º54.88%84.31%-
XYZ35.0624.117.27-
YUV133.65114.09186.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=51.07%
G=23.04%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159710900.550.490.16353.959.661.18
HexD7616D03731101623c3d
Octal32714115506761205427475
Binary1101011111000011101101011011111000110000101100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7616D; }

 p { color: rgb(215,97,109); }

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

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

 a { background-color: rgb(215,97,109); }

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

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

 span { border-color: rgb(215,97,109); }

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