#D15868

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

Shades of Cabaret #D15868

Tints of Cabaret #D15868

Color information

#D15868 (or 0xD15868) is unknown color: approx Cabaret. HEX triplet: D1, 58 and 68. RGB value is (209,88,104). Sum of RGB (Red+Green+Blue) = 209+88+104=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D15868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15868 is #2EA797. Grayscale: #7E7E7E. Windows color (decimal): -3057560 or 6838481. OLE color: 6838481.

HSL color Cylindrical-coordinate representation of color #D15868: hue angle of 352.07º 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 #D15868 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20988104-
CMYK00.580.500.18
HSL352.07º56.81%58.24%-
HSV(B)352.07º57.89%81.96%-
XYZ32.2821.5315.55-
YUV126115.59187.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=52.12%
G=21.95%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098810400.580.500.18352.0756.8158.24
HexD1586803A3212160393a
Octal32113015007262225407172
Binary1101000110110001101000011101011001010010101100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15868; }

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

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

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

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

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

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

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

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