#DE5067

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

Shades of Cabaret #DE5067

Tints of Cabaret #DE5067

Color information

#DE5067 (or 0xDE5067) is unknown color: approx Cabaret. HEX triplet: DE, 50 and 67. RGB value is (222,80,103). Sum of RGB (Red+Green+Blue) = 222+80+103=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5067 is #21AF98. Grayscale: #7D7D7D. Windows color (decimal): -2207641 or 6770910. OLE color: 6770910.

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

Color convert

RGB22280103-
CMYK00.640.540.13
HSL350.28º68.27%59.22%-
HSV(B)350.28º63.96%87.06%-
XYZ35.4422.2515.26-
YUV125.08115.54197.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 103 (40.62% from 255) = 25.43%
R=54.81%
G=19.75%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228010300.640.540.13350.2868.2759.22
HexDE506704036D15e443b
Octal3361201470100661553610473
Binary11011110101000011001110100000011011011011010111101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5067; }

 p { color: rgb(222,80,103); }

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

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

 a { background-color: rgb(222,80,103); }

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

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

 span { border-color: rgb(222,80,103); }

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