#D94965

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

Shades of Cabaret #D94965

Tints of Cabaret #D94965

Color information

#D94965 (or 0xD94965) is unknown color: approx Cabaret. HEX triplet: D9, 49 and 65. RGB value is (217,73,101). Sum of RGB (Red+Green+Blue) = 217+73+101=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D94965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94965 is #26B69A. Grayscale: #777777. Windows color (decimal): -2537115 or 6638041. OLE color: 6638041.

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

Color convert

RGB21773101-
CMYK00.660.530.15
HSL348.33º65.45%56.86%-
HSV(B)348.33º66.36%85.1%-
XYZ33.3520.4614.5-
YUV119.25117.71197.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.50%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=55.50%
G=18.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177310100.660.530.15348.3365.4556.86
HexD9496504235F15c4139
Octal3311111450102651753410171
Binary11011001100100111001010100001011010111111010111001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94965; }

 p { color: rgb(217,73,101); }

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

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

 a { background-color: rgb(217,73,101); }

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

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

 span { border-color: rgb(217,73,101); }

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