#DE536A

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

Shades of Cabaret #DE536A

Tints of Cabaret #DE536A

Color information

#DE536A (or 0xDE536A) is unknown color: approx Cabaret. HEX triplet: DE, 53 and 6A. RGB value is (222,83,106). Sum of RGB (Red+Green+Blue) = 222+83+106=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE536A is #21AC95. Grayscale: #7F7F7F. Windows color (decimal): -2206870 or 6968286. OLE color: 6968286.

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

Color convert

RGB22283106-
CMYK00.630.520.13
HSL350.07º67.8%59.8%-
HSV(B)350.07º62.61%87.06%-
XYZ35.8222.7616.14-
YUV127.18116.05195.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.01%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=54.01%
G=20.19%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228310600.630.520.13350.0767.859.8
HexDE536A03F34D15e443c
Octal336123152077641553610474
Binary1101111010100111101010011111111010011011010111101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE536A; }

 p { color: rgb(222,83,106); }

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

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

 a { background-color: rgb(222,83,106); }

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

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

 span { border-color: rgb(222,83,106); }

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