Html Css Color HEX #DB586A Cabaret

📋 copy color: '#DB586A'

red 219 ◦ green 88 ◦ blue 106

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

Shades of Cabaret #DB586A

Tints of Cabaret #DB586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.31%

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

R = 53.03%
G = 21.31%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB586A (or 0xDB586A) is known color: Cabaret. HEX triplet: DB, 58 and 6A. RGB value is (219,88,106). Sum of RGB (Red+Green+Blue) = 219+88+106=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB586A is #24A795. Grayscale: #818181. Windows color (decimal): -2402198 or 6969563. OLE color: 6969563.

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

Color convert

RGB 219 88 106 -
CMYK 0 0.60 0.52 0.14
HSL 351.76º 0.65% 0.6% -
HSV(B) 351.76º 0.6% 0.86% -
XYZ 35.3 23.08 16.23 -
YUV 129.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 219 88 106 0 0.60 0.52 0.14 351.76 0.65 0.6
Hex DB 58 6A 0 3C 34 E 160 41 3C
Octal 333 130 152 0 74 64 16 540 101 74
Binary 11011011 1011000 1101010 0 111100 110100 1110 101100000 1000001 111100

Color Harmonies of #DB586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB586A

Black with #DB586A

Text Example


Text Example

White with #DB586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB586A; }

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

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

background-color css

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

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

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

border-color css

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

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

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