#D4536E

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

Shades of Cabaret #D4536E

Tints of Cabaret #D4536E

Color information

#D4536E (or 0xD4536E) is unknown color: approx Cabaret. HEX triplet: D4, 53 and 6E. RGB value is (212,83,110). Sum of RGB (Red+Green+Blue) = 212+83+110=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4536E is #2BAC91. Grayscale: #7C7C7C. Windows color (decimal): -2862226 or 7230420. OLE color: 7230420.

HSL color Cylindrical-coordinate representation of color #D4536E: hue angle of 347.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4536E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB21283110-
CMYK00.610.480.17
HSL347.44º60%57.84%-
HSV(B)347.44º60.85%83.14%-
XYZ33.0621.3117.12-
YUV124.65119.74190.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=52.35%
G=20.49%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128311000.610.480.17347.446057.84
HexD4536E03D301115b3c3a
Octal32412315607560215337472
Binary1101010010100111101110011110111000010001101011011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4536E; }

 p { color: rgb(212,83,110); }

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

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

 a { background-color: rgb(212,83,110); }

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

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

 span { border-color: rgb(212,83,110); }

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