#DD5A6A

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

Shades of Cabaret #DD5A6A

Tints of Cabaret #DD5A6A

Color information

#DD5A6A (or 0xDD5A6A) is unknown color: approx Cabaret. HEX triplet: DD, 5A and 6A. RGB value is (221,90,106). Sum of RGB (Red+Green+Blue) = 221+90+106=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A6A is #22A595. Grayscale: #838383. Windows color (decimal): -2270614 or 6970077. OLE color: 6970077.

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

Color convert

RGB22190106-
CMYK00.590.520.13
HSL352.67º65.83%60.98%-
HSV(B)352.67º59.28%86.67%-
XYZ36.0823.7316.31-
YUV130.99113.9192.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.00%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=53.00%
G=21.58%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219010600.590.520.13352.6765.8360.98
HexDD5A6A03B34D161423d
Octal335132152073641554110275
Binary1101110110110101101010011101111010011011011000011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A6A; }

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

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

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

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

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

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

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

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