Html Css Color HEX #DC596E Cabaret

📋 copy color: '#DC596E'

red 220 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #DC596E

Tints of Cabaret #DC596E

RGB

 RED value IS 220 (86.33% from 255) = 52.51%

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

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 52.51%
G = 21.24%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC596E (or 0xDC596E) is known color: Cabaret. HEX triplet: DC, 59 and 6E. RGB value is (220,89,110). Sum of RGB (Red+Green+Blue) = 220+89+110=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC596E is #23A691. Grayscale: #828282. Windows color (decimal): -2336402 or 7231964. OLE color: 7231964.

HSL color Cylindrical-coordinate representation of color #DC596E: hue angle of 350.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC596E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 110 -
CMYK 0 0.60 0.50 0.14
HSL 350.38º 0.65% 0.61% -
HSV(B) 350.38º 0.6% 0.86% -
XYZ 35.9 23.49 17.39 -
YUV 130.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 220 89 110 0 0.60 0.50 0.14 350.38 0.65 0.61
Hex DC 59 6E 0 3C 32 E 15E 41 3D
Octal 334 131 156 0 74 62 16 536 101 75
Binary 11011100 1011001 1101110 0 111100 110010 1110 101011110 1000001 111101

Color Harmonies of #DC596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC596E

Black with #DC596E

Text Example


Text Example

White with #DC596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC596E; }

 p { color: rgb(220,89,110); }

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

background-color css

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

 a { background-color: rgb(220,89,110); }

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

border-color css

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

 span { border-color: rgb(220,89,110); }

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