#DD586D

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

Shades of Cabaret #DD586D

Tints of Cabaret #DD586D

Color information

#DD586D (or 0xDD586D) is unknown color: approx Cabaret. HEX triplet: DD, 58 and 6D. RGB value is (221,88,109). Sum of RGB (Red+Green+Blue) = 221+88+109=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD586D is #22A792. Grayscale: #828282. Windows color (decimal): -2271123 or 7166173. OLE color: 7166173.

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

Color convert

RGB22188109-
CMYK00.600.510.13
HSL350.53º66.17%60.59%-
HSV(B)350.53º60.18%86.67%-
XYZ36.0723.4617.09-
YUV130.16116.06192.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=52.87%
G=21.05%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218810900.600.510.13350.5366.1760.59
HexDD586D03C33D15f423d
Octal335130155074631553710275
Binary1101110110110001101101011110011001111011010111111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD586D; }

 p { color: rgb(221,88,109); }

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

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

 a { background-color: rgb(221,88,109); }

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

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

 span { border-color: rgb(221,88,109); }

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