Html Css Color HEX #DD596B Cabaret

📋 copy color: '#DD596B'

red 221 ◦ green 89 ◦ blue 107

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

Shades of Cabaret #DD596B

Tints of Cabaret #DD596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.66%

R = 53%
G = 21.34%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD596B (or 0xDD596B) is known color: Cabaret. HEX triplet: DD, 59 and 6B. RGB value is (221,89,107). Sum of RGB (Red+Green+Blue) = 221+89+107=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD596B is #22A694. Grayscale: #828282. Windows color (decimal): -2270869 or 7035357. OLE color: 7035357.

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

Color convert

RGB 221 89 107 -
CMYK 0 0.60 0.52 0.13
HSL 351.82º 0.66% 0.61% -
HSV(B) 351.82º 0.6% 0.87% -
XYZ 36.05 23.58 16.56 -
YUV 130.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 221 89 107 0 0.60 0.52 0.13 351.82 0.66 0.61
Hex DD 59 6B 0 3C 34 D 160 42 3D
Octal 335 131 153 0 74 64 15 540 102 75
Binary 11011101 1011001 1101011 0 111100 110100 1101 101100000 1000010 111101

Color Harmonies of #DD596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD596B

Black with #DD596B

Text Example


Text Example

White with #DD596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD596B; }

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

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

background-color css

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

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

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

border-color css

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

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

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