#D2616F

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

Shades of Cabaret #D2616F

Tints of Cabaret #D2616F

Color information

#D2616F (or 0xD2616F) is unknown color: approx Cabaret. HEX triplet: D2, 61 and 6F. RGB value is (210,97,111). Sum of RGB (Red+Green+Blue) = 210+97+111=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2616F is #2D9E90. Grayscale: #848484. Windows color (decimal): -2989713 or 7299538. OLE color: 7299538.

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

Color convert

RGB21097111-
CMYK00.540.470.18
HSL352.57º55.67%60.2%-
HSV(B)352.57º53.81%82.35%-
XYZ33.7223.417.78-
YUV132.38115.94183.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=50.24%
G=23.21%
B=26.56%

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
Decimal2109711100.540.470.18352.5755.6760.2
HexD2616F0362F12161383c
Octal32214115706657225417074
Binary1101001011000011101111011011010111110010101100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2616F; }

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

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

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

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

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

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

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

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