#D94A63

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

Shades of Cabaret #D94A63

Tints of Cabaret #D94A63

Color information

#D94A63 (or 0xD94A63) is unknown color: approx Cabaret. HEX triplet: D9, 4A and 63. RGB value is (217,74,99). Sum of RGB (Red+Green+Blue) = 217+74+99=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A63 is #26B59C. Grayscale: #777777. Windows color (decimal): -2536861 or 6507225. OLE color: 6507225.

HSL color Cylindrical-coordinate representation of color #D94A63: hue angle of 349.51º 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 #D94A63 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB2177499-
CMYK00.660.540.15
HSL349.51º65.3%57.06%-
HSV(B)349.51º65.9%85.1%-
XYZ33.3220.5514.01-
YUV119.61116.38197.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.64%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=55.64%
G=18.97%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217749900.660.540.15349.5165.357.06
HexD94A6304236F15e4139
Octal3311121430102661753610171
Binary11011001100101011000110100001011011011111010111101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A63; }

 p { color: rgb(217,74,99); }

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

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

 a { background-color: rgb(217,74,99); }

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

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

 span { border-color: rgb(217,74,99); }

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