#D15F6E

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

Shades of Cabaret #D15F6E

Tints of Cabaret #D15F6E

Color information

#D15F6E (or 0xD15F6E) is unknown color: approx Cabaret. HEX triplet: D1, 5F and 6E. RGB value is (209,95,110). Sum of RGB (Red+Green+Blue) = 209+95+110=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F6E is #2EA091. Grayscale: #828282. Windows color (decimal): -3055762 or 7233489. OLE color: 7233489.

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

Color convert

RGB20995110-
CMYK00.550.470.18
HSL352.11º55.34%59.61%-
HSV(B)352.11º54.55%81.96%-
XYZ33.222.8717.42-
YUV130.8116.27183.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=50.48%
G=22.95%
B=26.57%

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
Decimal2099511000.550.470.18352.1155.3459.61
HexD15F6E0372F12160373c
Octal32113715606757225406774
Binary1101000110111111101110011011110111110010101100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F6E; }

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

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

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

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

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

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

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

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