#D5606D

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

Shades of Cabaret #D5606D

Tints of Cabaret #D5606D

Color information

#D5606D (or 0xD5606D) is unknown color: approx Cabaret. HEX triplet: D5, 60 and 6D. RGB value is (213,96,109). Sum of RGB (Red+Green+Blue) = 213+96+109=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5606D is #2A9F92. Grayscale: #848484. Windows color (decimal): -2793363 or 7168213. OLE color: 7168213.

HSL color Cylindrical-coordinate representation of color #D5606D: hue angle of 353.33º degrees, saturation: 0.58, 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 #D5606D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB21396109-
CMYK00.550.490.16
HSL353.33º58.21%60.59%-
HSV(B)353.33º54.93%83.53%-
XYZ34.3823.6217.21-
YUV132.46114.76185.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=50.96%
G=22.97%
B=26.08%

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
Decimal2139610900.550.490.16353.3358.2160.59
HexD5606D03731101613a3d
Octal32514015506761205417275
Binary1101010111000001101101011011111000110000101100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5606D; }

 p { color: rgb(213,96,109); }

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

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

 a { background-color: rgb(213,96,109); }

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

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

 span { border-color: rgb(213,96,109); }

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