Html Css Color HEX #DB5866 Cabaret

📋 copy color: '#DB5866'

red 219 ◦ green 88 ◦ blue 102

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

Shades of Cabaret #DB5866

Tints of Cabaret #DB5866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 53.55%
G = 21.52%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB5866 (or 0xDB5866) is known color: Cabaret. HEX triplet: DB, 58 and 66. RGB value is (219,88,102). Sum of RGB (Red+Green+Blue) = 219+88+102=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5866 is #24A799. Grayscale: #808080. Windows color (decimal): -2402202 or 6707419. OLE color: 6707419.

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

Color convert

RGB 219 88 102 -
CMYK 0 0.60 0.53 0.14
HSL 353.59º 0.65% 0.6% -
HSV(B) 353.59º 0.6% 0.86% -
XYZ 35.1 23 15.16 -
YUV 128.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 219 88 102 0 0.60 0.53 0.14 353.59 0.65 0.6
Hex DB 58 66 0 3C 35 E 162 41 3C
Octal 333 130 146 0 74 65 16 542 101 74
Binary 11011011 1011000 1100110 0 111100 110101 1110 101100010 1000001 111100

Color Harmonies of #DB5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5866

Black with #DB5866

Text Example


Text Example

White with #DB5866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5866; }

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

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

background-color css

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

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

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

border-color css

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

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

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