Html Css Color HEX #DB5969 Cabaret

📋 copy color: '#DB5969'

red 219 ◦ green 89 ◦ blue 105

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

Shades of Cabaret #DB5969

Tints of Cabaret #DB5969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 53.03%
G = 21.55%
B = 25.42%

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

#DB5969 (or 0xDB5969) is known color: Cabaret. HEX triplet: DB, 59 and 69. RGB value is (219,89,105). Sum of RGB (Red+Green+Blue) = 219+89+105=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5969 is #24A696. Grayscale: #818181. Windows color (decimal): -2401943 or 6904283. OLE color: 6904283.

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

Color convert

RGB 219 89 105 -
CMYK 0 0.59 0.52 0.14
HSL 352.62º 0.64% 0.6% -
HSV(B) 352.62º 0.59% 0.86% -
XYZ 35.34 23.22 15.99 -
YUV 129.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 219 89 105 0 0.59 0.52 0.14 352.62 0.64 0.6
Hex DB 59 69 0 3B 34 E 161 40 3C
Octal 333 131 151 0 73 64 16 541 100 74
Binary 11011011 1011001 1101001 0 111011 110100 1110 101100001 1000000 111100

Color Harmonies of #DB5969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5969

Black with #DB5969

Text Example


Text Example

White with #DB5969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5969; }

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

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

background-color css

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

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

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

border-color css

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

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

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