#D95E70

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

Shades of Cabaret #D95E70

Tints of Cabaret #D95E70

Color information

#D95E70 (or 0xD95E70) is unknown color: approx Cabaret. HEX triplet: D9, 5E and 70. RGB value is (217,94,112). Sum of RGB (Red+Green+Blue) = 217+94+112=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95E70 is #26A18F. Grayscale: #848484. Windows color (decimal): -2531728 or 7364313. OLE color: 7364313.

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

Color convert

RGB21794112-
CMYK00.570.480.15
HSL351.22º61.81%60.98%-
HSV(B)351.22º56.68%85.1%-
XYZ35.5423.9318.07-
YUV132.83116.25188.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=51.30%
G=22.22%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179411200.570.480.15351.2261.8160.98
HexD95E7003930F15f3e3d
Octal33113616007160175377675
Binary110110011011110111000001110011100001111101011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E70; }

 p { color: rgb(217,94,112); }

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

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

 a { background-color: rgb(217,94,112); }

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

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

 span { border-color: rgb(217,94,112); }

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