#DD516A

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

Shades of Cabaret #DD516A

Tints of Cabaret #DD516A

Color information

#DD516A (or 0xDD516A) is unknown color: approx Cabaret. HEX triplet: DD, 51 and 6A. RGB value is (221,81,106). Sum of RGB (Red+Green+Blue) = 221+81+106=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD516A is #22AE95. Grayscale: #7D7D7D. Windows color (decimal): -2272918 or 6967773. OLE color: 6967773.

HSL color Cylindrical-coordinate representation of color #DD516A: hue angle of 349.29º 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 #DD516A is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB22181106-
CMYK00.630.520.13
HSL349.29º67.31%59.22%-
HSV(B)349.29º63.35%86.67%-
XYZ35.3622.316.08-
YUV125.71116.88195.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=54.17%
G=19.85%
B=25.98%

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
Decimal2218110600.630.520.13349.2967.3159.22
HexDD516A03F34D15d433b
Octal335121152077641553510373
Binary1101110110100011101010011111111010011011010111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD516A; }

 p { color: rgb(221,81,106); }

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

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

 a { background-color: rgb(221,81,106); }

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

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

 span { border-color: rgb(221,81,106); }

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