Html Css Color HEX #DB516B Cabaret

📋 copy color: '#DB516B'

red 219 ◦ green 81 ◦ blue 107

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

Shades of Cabaret #DB516B

Tints of Cabaret #DB516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 53.81%
G = 19.9%
B = 26.29%

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

#DB516B (or 0xDB516B) is known color: Cabaret. HEX triplet: DB, 51 and 6B. RGB value is (219,81,107). Sum of RGB (Red+Green+Blue) = 219+81+107=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB516B is #24AE94. Grayscale: #7D7D7D. Windows color (decimal): -2403989 or 7033307. OLE color: 7033307.

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

Color convert

RGB 219 81 107 -
CMYK 0 0.63 0.51 0.14
HSL 348.7º 0.66% 0.59% -
HSV(B) 348.7º 0.63% 0.86% -
XYZ 34.81 22.01 16.32 -
YUV 125.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 219 81 107 0 0.63 0.51 0.14 348.7 0.66 0.59
Hex DB 51 6B 0 3F 33 E 15D 42 3B
Octal 333 121 153 0 77 63 16 535 102 73
Binary 11011011 1010001 1101011 0 111111 110011 1110 101011101 1000010 111011

Color Harmonies of #DB516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB516B

Black with #DB516B

Text Example


Text Example

White with #DB516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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