Html Css Color HEX #DB5569 Cabaret

📋 copy color: '#DB5569'

red 219 ◦ green 85 ◦ blue 105

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

Shades of Cabaret #DB5569

Tints of Cabaret #DB5569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

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

R = 53.55%
G = 20.78%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB5569 (or 0xDB5569) is known color: Cabaret. HEX triplet: DB, 55 and 69. RGB value is (219,85,105). Sum of RGB (Red+Green+Blue) = 219+85+105=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5569 is #24AA96. Grayscale: #7F7F7F. Windows color (decimal): -2402967 or 6903259. OLE color: 6903259.

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

Color convert

RGB 219 85 105 -
CMYK 0 0.61 0.52 0.14
HSL 351.04º 0.65% 0.6% -
HSV(B) 351.04º 0.61% 0.86% -
XYZ 35.01 22.58 15.88 -
YUV 127.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 219 85 105 0 0.61 0.52 0.14 351.04 0.65 0.6
Hex DB 55 69 0 3D 34 E 15F 41 3C
Octal 333 125 151 0 75 64 16 537 101 74
Binary 11011011 1010101 1101001 0 111101 110100 1110 101011111 1000001 111100

Color Harmonies of #DB5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5569

Black with #DB5569

Text Example


Text Example

White with #DB5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5569; }

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

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

background-color css

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

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

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

border-color css

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

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

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