#D0616D

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

Shades of Cabaret #D0616D

Tints of Cabaret #D0616D

Color information

#D0616D (or 0xD0616D) is unknown color: approx Cabaret. HEX triplet: D0, 61 and 6D. RGB value is (208,97,109). Sum of RGB (Red+Green+Blue) = 208+97+109=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0616D is #2F9E92. Grayscale: #838383. Windows color (decimal): -3120787 or 7168464. OLE color: 7168464.

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

Color convert

RGB20897109-
CMYK00.530.480.18
HSL353.51º54.15%59.8%-
HSV(B)353.51º53.37%81.57%-
XYZ33.0523.0617.18-
YUV131.56115.27182.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=50.24%
G=23.43%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089710900.530.480.18353.5154.1559.8
HexD0616D0353012162363c
Octal32014115506560225426674
Binary1101000011000011101101011010111000010010101100010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0616D; }

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

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

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

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

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

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

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

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