Html Css Color HEX #DB5165 Cabaret

📋 copy color: '#DB5165'

red 219 ◦ green 81 ◦ blue 101

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

Shades of Cabaret #DB5165

Tints of Cabaret #DB5165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 54.61%
G = 20.2%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB5165 (or 0xDB5165) is known color: Cabaret. HEX triplet: DB, 51 and 65. RGB value is (219,81,101). Sum of RGB (Red+Green+Blue) = 219+81+101=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5165 is #24AE9A. Grayscale: #7C7C7C. Windows color (decimal): -2403995 or 6640091. OLE color: 6640091.

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

Color convert

RGB 219 81 101 -
CMYK 0 0.63 0.54 0.14
HSL 351.3º 0.66% 0.59% -
HSV(B) 351.3º 0.63% 0.86% -
XYZ 34.5 21.88 14.72 -
YUV 124.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 219 81 101 0 0.63 0.54 0.14 351.3 0.66 0.59
Hex DB 51 65 0 3F 36 E 15F 42 3B
Octal 333 121 145 0 77 66 16 537 102 73
Binary 11011011 1010001 1100101 0 111111 110110 1110 101011111 1000010 111011

Color Harmonies of #DB5165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5165

Black with #DB5165

Text Example


Text Example

White with #DB5165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5165; }

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

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

background-color css

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

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

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

border-color css

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

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

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