Html Css Color HEX #DB5265 Cabaret

📋 copy color: '#DB5265'

red 219 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #DB5265

Tints of Cabaret #DB5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

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

R = 54.48%
G = 20.4%
B = 25.12%

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

#DB5265 (or 0xDB5265) is known color: Cabaret. HEX triplet: DB, 52 and 65. RGB value is (219,82,101). Sum of RGB (Red+Green+Blue) = 219+82+101=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5265 is #24AD9A. Grayscale: #7D7D7D. Windows color (decimal): -2403739 or 6640347. OLE color: 6640347.

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

Color convert

RGB 219 82 101 -
CMYK 0 0.63 0.54 0.14
HSL 351.68º 0.66% 0.59% -
HSV(B) 351.68º 0.63% 0.86% -
XYZ 34.58 22.03 14.74 -
YUV 125.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 219 82 101 0 0.63 0.54 0.14 351.68 0.66 0.59
Hex DB 52 65 0 3F 36 E 160 42 3B
Octal 333 122 145 0 77 66 16 540 102 73
Binary 11011011 1010010 1100101 0 111111 110110 1110 101100000 1000010 111011

Color Harmonies of #DB5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5265

Black with #DB5265

Text Example


Text Example

White with #DB5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5265; }

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

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

background-color css

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

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

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

border-color css

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

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

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