#d15f6f

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

Shades of Cabaret #D15F6F

Tints of Cabaret #D15F6F

Color information

#D15F6F (or 0xD15F6F) is unknown color: approx Cabaret. HEX triplet: D1, 5F and 6F. RGB value is (209,95,111). Sum of RGB (Red+Green+Blue) = 209+95+111=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F6F is #2EA090. Grayscale: #828282. Windows color (decimal): -3055761 or 7299025. OLE color: 7299025.

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

Color convert

RGB20995111-
CMYK00.550.470.18
HSL351.58º55.34%59.61%-
HSV(B)351.58º54.55%81.96%-
XYZ33.2622.8917.7-
YUV130.91116.77183.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=50.36%
G=22.89%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099511100.550.470.18351.5855.3459.61
HexD15F6F0372F12160373c
Octal32113715706757225406774
Binary1101000110111111101111011011110111110010101100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15f6f; }

 p { color: rgb(209,95,111); }

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

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

 a { background-color: rgb(209,95,111); }

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

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

 span { border-color: rgb(209,95,111); }

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