#D15F75

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

Shades of Cabaret #D15F75

Tints of Cabaret #D15F75

Color information

#D15F75 (or 0xD15F75) is unknown color: approx Cabaret. HEX triplet: D1, 5F and 75. RGB value is (209,95,117). Sum of RGB (Red+Green+Blue) = 209+95+117=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F75 is #2EA08A. Grayscale: #838383. Windows color (decimal): -3055755 or 7692241. OLE color: 7692241.

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

Color convert

RGB20995117-
CMYK00.550.440.18
HSL348.42º55.34%59.61%-
HSV(B)348.42º54.55%81.96%-
XYZ33.623.0219.5-
YUV131.59119.77183.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=49.64%
G=22.57%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099511700.550.440.18348.4255.3459.61
HexD15F750372C1215c373c
Octal32113716506754225346774
Binary1101000110111111110101011011110110010010101011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F75; }

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

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

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

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

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

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

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

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