Html Css Color HEX #DB596A Cabaret

📋 copy color: '#DB596A'

red 219 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #DB596A

Tints of Cabaret #DB596A

RGB

 RED value IS 219 (85.94% from 255) = 52.9%

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

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

R = 52.9%
G = 21.5%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB596A (or 0xDB596A) is known color: Cabaret. HEX triplet: DB, 59 and 6A. RGB value is (219,89,106). Sum of RGB (Red+Green+Blue) = 219+89+106=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB596A is #24A695. Grayscale: #818181. Windows color (decimal): -2401942 or 6969819. OLE color: 6969819.

HSL color Cylindrical-coordinate representation of color #DB596A: hue angle of 352.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB596A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 106 -
CMYK 0 0.59 0.52 0.14
HSL 352.15º 0.64% 0.6% -
HSV(B) 352.15º 0.59% 0.86% -
XYZ 35.39 23.25 16.26 -
YUV 129.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 219 89 106 0 0.59 0.52 0.14 352.15 0.64 0.6
Hex DB 59 6A 0 3B 34 E 160 40 3C
Octal 333 131 152 0 73 64 16 540 100 74
Binary 11011011 1011001 1101010 0 111011 110100 1110 101100000 1000000 111100

Color Harmonies of #DB596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB596A

Black with #DB596A

Text Example


Text Example

White with #DB596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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