Html Css Color HEX #DB5666 Cabaret

📋 copy color: '#DB5666'

red 219 ◦ green 86 ◦ blue 102

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

Shades of Cabaret #DB5666

Tints of Cabaret #DB5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 53.81%
G = 21.13%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB5666 (or 0xDB5666) is known color: Cabaret. HEX triplet: DB, 56 and 66. RGB value is (219,86,102). Sum of RGB (Red+Green+Blue) = 219+86+102=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5666 is #24A999. Grayscale: #7F7F7F. Windows color (decimal): -2402714 or 6706907. OLE color: 6706907.

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

Color convert

RGB 219 86 102 -
CMYK 0 0.61 0.53 0.14
HSL 352.78º 0.65% 0.6% -
HSV(B) 352.78º 0.61% 0.86% -
XYZ 34.94 22.67 15.11 -
YUV 127.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 219 86 102 0 0.61 0.53 0.14 352.78 0.65 0.6
Hex DB 56 66 0 3D 35 E 161 41 3C
Octal 333 126 146 0 75 65 16 541 101 74
Binary 11011011 1010110 1100110 0 111101 110101 1110 101100001 1000001 111100

Color Harmonies of #DB5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5666

Black with #DB5666

Text Example


Text Example

White with #DB5666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5666; }

 p { color: rgb(219,86,102); }

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

background-color css

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

 a { background-color: rgb(219,86,102); }

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

border-color css

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

 span { border-color: rgb(219,86,102); }

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