#D5526A

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

Shades of Cabaret #D5526A

Tints of Cabaret #D5526A

Color information

#D5526A (or 0xD5526A) is unknown color: approx Cabaret. HEX triplet: D5, 52 and 6A. RGB value is (213,82,106). Sum of RGB (Red+Green+Blue) = 213+82+106=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5526A is #2AAD95. Grayscale: #7B7B7B. Windows color (decimal): -2796950 or 6968021. OLE color: 6968021.

HSL color Cylindrical-coordinate representation of color #D5526A: hue angle of 349.01º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5526A is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21382106-
CMYK00.620.500.16
HSL349.01º60.93%57.84%-
HSV(B)349.01º61.5%83.53%-
XYZ33.0621.2215.99-
YUV123.9117.9191.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=53.12%
G=20.45%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138210600.620.500.16349.0160.9357.84
HexD5526A03E321015d3d3a
Octal32512215207662205357572
Binary1101010110100101101010011111011001010000101011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5526A; }

 p { color: rgb(213,82,106); }

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

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

 a { background-color: rgb(213,82,106); }

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

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

 span { border-color: rgb(213,82,106); }

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