Html Css Color HEX #DD596D Cabaret

📋 copy color: '#DD596D'

red 221 ◦ green 89 ◦ blue 109

#DD596D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #DD596D

Tints of Cabaret #DD596D

RGB

 RED value IS 221 (86.72% from 255) = 52.74%

 GREEN value IS 89 (35.16% from 255) = 21.24%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 52.74%
G = 21.24%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD596D (or 0xDD596D) is known color: Cabaret. HEX triplet: DD, 59 and 6D. RGB value is (221,89,109). Sum of RGB (Red+Green+Blue) = 221+89+109=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD596D is #22A692. Grayscale: #828282. Windows color (decimal): -2270867 or 7166429. OLE color: 7166429.

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

Color convert

RGB 221 89 109 -
CMYK 0 0.60 0.51 0.13
HSL 350.91º 0.66% 0.61% -
HSV(B) 350.91º 0.6% 0.87% -
XYZ 36.15 23.62 17.12 -
YUV 130.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 221 89 109 0 0.60 0.51 0.13 350.91 0.66 0.61
Hex DD 59 6D 0 3C 33 D 15F 42 3D
Octal 335 131 155 0 74 63 15 537 102 75
Binary 11011101 1011001 1101101 0 111100 110011 1101 101011111 1000010 111101

Color Harmonies of #DD596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD596D

Black with #DD596D

Text Example


Text Example

White with #DD596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD596D; }

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

 H1.HeaderClassName
 {
   color: #DD596D;
 }
 .AnyTagClassName
 {
   color: #DD596D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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