#D1526E

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

Shades of Cabaret #D1526E

Tints of Cabaret #D1526E

Color information

#D1526E (or 0xD1526E) is unknown color: approx Cabaret. HEX triplet: D1, 52 and 6E. RGB value is (209,82,110). Sum of RGB (Red+Green+Blue) = 209+82+110=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1526E is #2EAD91. Grayscale: #7B7B7B. Windows color (decimal): -3059090 or 7230161. OLE color: 7230161.

HSL color Cylindrical-coordinate representation of color #D1526E: hue angle of 346.77º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1526E is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20982110-
CMYK00.610.470.18
HSL346.77º57.99%57.06%-
HSV(B)346.77º60.77%81.96%-
XYZ32.1320.7217.06-
YUV123.16120.58189.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=52.12%
G=20.45%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098211000.610.470.18346.7757.9957.06
HexD1526E03D2F1215b3a39
Octal32112215607557225337271
Binary1101000110100101101110011110110111110010101011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1526E; }

 p { color: rgb(209,82,110); }

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

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

 a { background-color: rgb(209,82,110); }

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

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

 span { border-color: rgb(209,82,110); }

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