#DE5168

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

Shades of Cabaret #DE5168

Tints of Cabaret #DE5168

Color information

#DE5168 (or 0xDE5168) is unknown color: approx Cabaret. HEX triplet: DE, 51 and 68. RGB value is (222,81,104). Sum of RGB (Red+Green+Blue) = 222+81+104=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5168 is #21AE97. Grayscale: #7D7D7D. Windows color (decimal): -2207384 or 6836702. OLE color: 6836702.

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

Color convert

RGB22281104-
CMYK00.640.530.13
HSL350.21º68.12%59.41%-
HSV(B)350.21º63.51%87.06%-
XYZ35.5722.4115.55-
YUV125.78115.71196.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.55%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=54.55%
G=19.90%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228110400.640.530.13350.2168.1259.41
HexDE516804035D15e443b
Octal3361211500100651553610473
Binary11011110101000111010000100000011010111011010111101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5168; }

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

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

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

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

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

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

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

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