#D85867

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

Shades of Cabaret #D85867

Tints of Cabaret #D85867

Color information

#D85867 (or 0xD85867) is unknown color: approx Cabaret. HEX triplet: D8, 58 and 67. RGB value is (216,88,103). Sum of RGB (Red+Green+Blue) = 216+88+103=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D85867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85867 is #27A798. Grayscale: #808080. Windows color (decimal): -2598809 or 6772952. OLE color: 6772952.

HSL color Cylindrical-coordinate representation of color #D85867: hue angle of 352.97º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85867 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB21688103-
CMYK00.590.520.15
HSL352.97º62.14%59.61%-
HSV(B)352.97º59.26%84.71%-
XYZ34.2622.5615.38-
YUV127.98113.91190.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.07%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=53.07%
G=21.62%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168810300.590.520.15352.9762.1459.61
HexD8586703B34F1613e3c
Octal33013014707364175417674
Binary110110001011000110011101110111101001111101100001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85867; }

 p { color: rgb(216,88,103); }

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

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

 a { background-color: rgb(216,88,103); }

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

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

 span { border-color: rgb(216,88,103); }

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