Html Css Color HEX #DB4762 Cabaret

📋 copy color: '#DB4762'

red 219 ◦ green 71 ◦ blue 98

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

Shades of Cabaret #DB4762

Tints of Cabaret #DB4762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.3%

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 56.44%
G = 18.3%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB4762 (or 0xDB4762) is known color: Cabaret. HEX triplet: DB, 47 and 62. RGB value is (219,71,98). Sum of RGB (Red+Green+Blue) = 219+71+98=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4762 is #24B89D. Grayscale: #767676. Windows color (decimal): -2406558 or 6440923. OLE color: 6440923.

HSL color Cylindrical-coordinate representation of color #DB4762: hue angle of 349.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4762 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 71 98 -
CMYK 0 0.68 0.55 0.14
HSL 349.05º 0.67% 0.57% -
HSV(B) 349.05º 0.68% 0.86% -
XYZ 33.67 20.45 13.73 -
YUV 118.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 219 71 98 0 0.68 0.55 0.14 349.05 0.67 0.57
Hex DB 47 62 0 44 37 E 15D 43 39
Octal 333 107 142 0 104 67 16 535 103 71
Binary 11011011 1000111 1100010 0 1000100 110111 1110 101011101 1000011 111001

Color Harmonies of #DB4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4762

Black with #DB4762

Text Example


Text Example

White with #DB4762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4762; }

 p { color: rgb(219,71,98); }

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

background-color css

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

 a { background-color: rgb(219,71,98); }

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

border-color css

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

 span { border-color: rgb(219,71,98); }

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