Html Css Color HEX #DB5065 Cabaret

📋 copy color: '#DB5065'

red 219 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #DB5065

Tints of Cabaret #DB5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

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

R = 54.75%
G = 20%
B = 25.25%

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

#DB5065 (or 0xDB5065) is known color: Cabaret. HEX triplet: DB, 50 and 65. RGB value is (219,80,101). Sum of RGB (Red+Green+Blue) = 219+80+101=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5065 is #24AF9A. Grayscale: #7C7C7C. Windows color (decimal): -2404251 or 6639835. OLE color: 6639835.

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

Color convert

RGB 219 80 101 -
CMYK 0 0.63 0.54 0.14
HSL 350.94º 0.66% 0.59% -
HSV(B) 350.94º 0.63% 0.86% -
XYZ 34.43 21.74 14.69 -
YUV 123.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 219 80 101 0 0.63 0.54 0.14 350.94 0.66 0.59
Hex DB 50 65 0 3F 36 E 15F 42 3B
Octal 333 120 145 0 77 66 16 537 102 73
Binary 11011011 1010000 1100101 0 111111 110110 1110 101011111 1000010 111011

Color Harmonies of #DB5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5065

Black with #DB5065

Text Example


Text Example

White with #DB5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5065; }

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

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

background-color css

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

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

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

border-color css

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

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

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