#D5606E

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

Shades of Cabaret #D5606E

Tints of Cabaret #D5606E

Color information

#D5606E (or 0xD5606E) is unknown color: approx Cabaret. HEX triplet: D5, 60 and 6E. RGB value is (213,96,110). Sum of RGB (Red+Green+Blue) = 213+96+110=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5606E is #2A9F91. Grayscale: #848484. Windows color (decimal): -2793362 or 7233749. OLE color: 7233749.

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

Color convert

RGB21396110-
CMYK00.550.480.16
HSL352.82º58.21%60.59%-
HSV(B)352.82º54.93%83.53%-
XYZ34.4423.6417.5-
YUV132.58115.26185.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.84%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=50.84%
G=22.91%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139611000.550.480.16352.8258.2160.59
HexD5606E03730101613a3d
Octal32514015606760205417275
Binary1101010111000001101110011011111000010000101100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5606E; }

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

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

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

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

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

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

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

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