Html Css Color HEX #DB516C Cabaret

📋 copy color: '#DB516C'

red 219 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #DB516C

Tints of Cabaret #DB516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 53.68%
G = 19.85%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB516C (or 0xDB516C) is known color: Cabaret. HEX triplet: DB, 51 and 6C. RGB value is (219,81,108). Sum of RGB (Red+Green+Blue) = 219+81+108=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB516C is #24AE93. Grayscale: #7D7D7D. Windows color (decimal): -2403988 or 7098843. OLE color: 7098843.

HSL color Cylindrical-coordinate representation of color #DB516C: hue angle of 348.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB516C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 108 -
CMYK 0 0.63 0.51 0.14
HSL 348.26º 0.66% 0.59% -
HSV(B) 348.26º 0.63% 0.86% -
XYZ 34.86 22.03 16.6 -
YUV 125.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 219 81 108 0 0.63 0.51 0.14 348.26 0.66 0.59
Hex DB 51 6C 0 3F 33 E 15C 42 3B
Octal 333 121 154 0 77 63 16 534 102 73
Binary 11011011 1010001 1101100 0 111111 110011 1110 101011100 1000010 111011

Color Harmonies of #DB516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB516C

Black with #DB516C

Text Example


Text Example

White with #DB516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB516C; }

 p { color: rgb(219,81,108); }

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

background-color css

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

 a { background-color: rgb(219,81,108); }

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

border-color css

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

 span { border-color: rgb(219,81,108); }

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