#D94868

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

Shades of Cabaret #D94868

Tints of Cabaret #D94868

Color information

#D94868 (or 0xD94868) is unknown color: approx Cabaret. HEX triplet: D9, 48 and 68. RGB value is (217,72,104). Sum of RGB (Red+Green+Blue) = 217+72+104=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D94868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94868 is #26B797. Grayscale: #777777. Windows color (decimal): -2537368 or 6834393. OLE color: 6834393.

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

Color convert

RGB21772104-
CMYK00.670.520.15
HSL346.76º65.61%56.67%-
HSV(B)346.76º66.82%85.1%-
XYZ33.4320.3915.27-
YUV119119.54197.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.22%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=55.22%
G=18.32%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177210400.670.520.15346.7665.6156.67
HexD9486804334F15b4239
Octal3311101500103641753310271
Binary11011001100100011010000100001111010011111010110111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94868; }

 p { color: rgb(217,72,104); }

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

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

 a { background-color: rgb(217,72,104); }

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

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

 span { border-color: rgb(217,72,104); }

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