#DE4C68

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

Shades of Cabaret #DE4C68

Tints of Cabaret #DE4C68

Color information

#DE4C68 (or 0xDE4C68) is unknown color: approx Cabaret. HEX triplet: DE, 4C and 68. RGB value is (222,76,104). Sum of RGB (Red+Green+Blue) = 222+76+104=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C68 is #21B397. Grayscale: #7A7A7A. Windows color (decimal): -2208664 or 6835422. OLE color: 6835422.

HSL color Cylindrical-coordinate representation of color #DE4C68: hue angle of 348.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4C68 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB22276104-
CMYK00.660.530.13
HSL348.49º68.87%58.43%-
HSV(B)348.49º65.77%87.06%-
XYZ35.2121.715.43-
YUV122.85117.37198.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.22%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=55.22%
G=18.91%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227610400.660.530.13348.4968.8758.43
HexDE4C6804235D15c453a
Octal3361141500102651553410572
Binary11011110100110011010000100001011010111011010111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4C68; }

 p { color: rgb(222,76,104); }

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

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

 a { background-color: rgb(222,76,104); }

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

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

 span { border-color: rgb(222,76,104); }

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