Html Css Color HEX #DD596A Cabaret

📋 copy color: '#DD596A'

red 221 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #DD596A

Tints of Cabaret #DD596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 53.13%
G = 21.39%
B = 25.48%

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

#DD596A (or 0xDD596A) is known color: Cabaret. HEX triplet: DD, 59 and 6A. RGB value is (221,89,106). Sum of RGB (Red+Green+Blue) = 221+89+106=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD596A is #22A695. Grayscale: #828282. Windows color (decimal): -2270870 or 6969821. OLE color: 6969821.

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

Color convert

RGB 221 89 106 -
CMYK 0 0.60 0.52 0.13
HSL 352.27º 0.66% 0.61% -
HSV(B) 352.27º 0.6% 0.87% -
XYZ 35.99 23.56 16.29 -
YUV 130.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 221 89 106 0 0.60 0.52 0.13 352.27 0.66 0.61
Hex DD 59 6A 0 3C 34 D 160 42 3D
Octal 335 131 152 0 74 64 15 540 102 75
Binary 11011101 1011001 1101010 0 111100 110100 1101 101100000 1000010 111101

Color Harmonies of #DD596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD596A

Black with #DD596A

Text Example


Text Example

White with #DD596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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