Html Css Color HEX #DB4969 Cabaret

📋 copy color: '#DB4969'

red 219 ◦ green 73 ◦ blue 105

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

Shades of Cabaret #DB4969

Tints of Cabaret #DB4969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

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

R = 55.16%
G = 18.39%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB4969 (or 0xDB4969) is known color: Cabaret. HEX triplet: DB, 49 and 69. RGB value is (219,73,105). Sum of RGB (Red+Green+Blue) = 219+73+105=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4969 is #24B696. Grayscale: #787878. Windows color (decimal): -2406039 or 6900187. OLE color: 6900187.

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

Color convert

RGB 219 73 105 -
CMYK 0 0.67 0.52 0.14
HSL 346.85º 0.67% 0.57% -
HSV(B) 346.85º 0.67% 0.86% -
XYZ 34.15 20.85 15.59 -
YUV 120.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 219 73 105 0 0.67 0.52 0.14 346.85 0.67 0.57
Hex DB 49 69 0 43 34 E 15B 43 39
Octal 333 111 151 0 103 64 16 533 103 71
Binary 11011011 1001001 1101001 0 1000011 110100 1110 101011011 1000011 111001

Color Harmonies of #DB4969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4969

Black with #DB4969

Text Example


Text Example

White with #DB4969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4969; }

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

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

background-color css

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

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

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

border-color css

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

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

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