Html Css Color HEX #DB4669 Cabaret

📋 copy color: '#DB4669'

red 219 ◦ green 70 ◦ blue 105

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

Shades of Cabaret #DB4669

Tints of Cabaret #DB4669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

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

R = 55.58%
G = 17.77%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB4669 (or 0xDB4669) is known color: Cabaret. HEX triplet: DB, 46 and 69. RGB value is (219,70,105). Sum of RGB (Red+Green+Blue) = 219+70+105=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4669 is #24B996. Grayscale: #767676. Windows color (decimal): -2406807 or 6899419. OLE color: 6899419.

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

Color convert

RGB 219 70 105 -
CMYK 0 0.68 0.52 0.14
HSL 345.91º 0.67% 0.57% -
HSV(B) 345.91º 0.68% 0.86% -
XYZ 33.95 20.46 15.52 -
YUV 118.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 219 70 105 0 0.68 0.52 0.14 345.91 0.67 0.57
Hex DB 46 69 0 44 34 E 15A 43 39
Octal 333 106 151 0 104 64 16 532 103 71
Binary 11011011 1000110 1101001 0 1000100 110100 1110 101011010 1000011 111001

Color Harmonies of #DB4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4669

Black with #DB4669

Text Example


Text Example

White with #DB4669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4669; }

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

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

background-color css

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

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

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

border-color css

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

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

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