#D15874

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

Shades of Cabaret #D15874

Tints of Cabaret #D15874

Color information

#D15874 (or 0xD15874) is unknown color: approx Cabaret. HEX triplet: D1, 58 and 74. RGB value is (209,88,116). Sum of RGB (Red+Green+Blue) = 209+88+116=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D15874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15874 is #2EA78B. Grayscale: #7F7F7F. Windows color (decimal): -3057548 or 7624913. OLE color: 7624913.

HSL color Cylindrical-coordinate representation of color #D15874: hue angle of 346.12º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15874 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20988116-
CMYK00.580.440.18
HSL346.12º56.81%58.24%-
HSV(B)346.12º57.89%81.96%-
XYZ32.9421.818.99-
YUV127.37121.59186.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=50.61%
G=21.31%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098811600.580.440.18346.1256.8158.24
HexD1587403A2C1215a393a
Octal32113016407254225327172
Binary1101000110110001110100011101010110010010101011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15874; }

 p { color: rgb(209,88,116); }

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

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

 a { background-color: rgb(209,88,116); }

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

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

 span { border-color: rgb(209,88,116); }

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