#DD5A6C

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

Shades of Cabaret #DD5A6C

Tints of Cabaret #DD5A6C

Color information

#DD5A6C (or 0xDD5A6C) is unknown color: approx Cabaret. HEX triplet: DD, 5A and 6C. RGB value is (221,90,108). Sum of RGB (Red+Green+Blue) = 221+90+108=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A6C is #22A593. Grayscale: #838383. Windows color (decimal): -2270612 or 7101149. OLE color: 7101149.

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

Color convert

RGB22190108-
CMYK00.590.510.13
HSL351.76º65.83%60.98%-
HSV(B)351.76º59.28%86.67%-
XYZ36.1823.7716.87-
YUV131.22114.9192.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=52.74%
G=21.48%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219010800.590.510.13351.7665.8360.98
HexDD5A6C03B33D160423d
Octal335132154073631554010275
Binary1101110110110101101100011101111001111011011000001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A6C; }

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

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

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

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

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

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

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

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