#D94867

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

Shades of Cabaret #D94867

Tints of Cabaret #D94867

Color information

#D94867 (or 0xD94867) is unknown color: approx Cabaret. HEX triplet: D9, 48 and 67. RGB value is (217,72,103). Sum of RGB (Red+Green+Blue) = 217+72+103=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D94867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94867 is #26B798. Grayscale: #767676. Windows color (decimal): -2537369 or 6768857. OLE color: 6768857.

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

Color convert

RGB21772103-
CMYK00.670.530.15
HSL347.17º65.61%56.67%-
HSV(B)347.17º66.82%85.1%-
XYZ33.3820.3715-
YUV118.89119.04197.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.36%
GREEN value IS 72 (28.52% from 255) = 18.37%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=55.36%
G=18.37%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177210300.670.530.15347.1765.6156.67
HexD9486704335F15b4239
Octal3311101470103651753310271
Binary11011001100100011001110100001111010111111010110111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94867; }

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

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

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

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

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

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

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

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