#DD5266

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

Shades of Cabaret #DD5266

Tints of Cabaret #DD5266

Color information

#DD5266 (or 0xDD5266) is unknown color: approx Cabaret. HEX triplet: DD, 52 and 66. RGB value is (221,82,102). Sum of RGB (Red+Green+Blue) = 221+82+102=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5266 is #22AD99. Grayscale: #7D7D7D. Windows color (decimal): -2272666 or 6705885. OLE color: 6705885.

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

Color convert

RGB22182102-
CMYK00.630.540.13
HSL351.37º67.15%59.41%-
HSV(B)351.37º62.9%86.67%-
XYZ35.2322.3715.03-
YUV125.84114.55195.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.57%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=54.57%
G=20.25%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218210200.630.540.13351.3767.1559.41
HexDD526603F36D15f433b
Octal335122146077661553710373
Binary1101110110100101100110011111111011011011010111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5266; }

 p { color: rgb(221,82,102); }

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

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

 a { background-color: rgb(221,82,102); }

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

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

 span { border-color: rgb(221,82,102); }

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