#D4616E

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

Shades of Cabaret #D4616E

Tints of Cabaret #D4616E

Color information

#D4616E (or 0xD4616E) is unknown color: approx Cabaret. HEX triplet: D4, 61 and 6E. RGB value is (212,97,110). Sum of RGB (Red+Green+Blue) = 212+97+110=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4616E is #2B9E91. Grayscale: #848484. Windows color (decimal): -2858642 or 7234004. OLE color: 7234004.

HSL color Cylindrical-coordinate representation of color #D4616E: hue angle of 353.22º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4616E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB21297110-
CMYK00.540.480.17
HSL353.22º57.21%60.59%-
HSV(B)353.22º54.25%83.14%-
XYZ34.2423.6717.52-
YUV132.87115.1184.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=50.60%
G=23.15%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129711000.540.480.17353.2257.2160.59
HexD4616E0363011161393d
Octal32414115606660215417175
Binary1101010011000011101110011011011000010001101100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4616E; }

 p { color: rgb(212,97,110); }

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

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

 a { background-color: rgb(212,97,110); }

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

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

 span { border-color: rgb(212,97,110); }

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