Html Css Color HEX #DB4766 Cabaret

📋 copy color: '#DB4766'

red 219 ◦ green 71 ◦ blue 102

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

Shades of Cabaret #DB4766

Tints of Cabaret #DB4766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 55.87%
G = 18.11%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB4766 (or 0xDB4766) is known color: Cabaret. HEX triplet: DB, 47 and 66. RGB value is (219,71,102). Sum of RGB (Red+Green+Blue) = 219+71+102=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4766 is #24B899. Grayscale: #767676. Windows color (decimal): -2406554 or 6703067. OLE color: 6703067.

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

Color convert

RGB 219 71 102 -
CMYK 0 0.68 0.53 0.14
HSL 347.43º 0.67% 0.57% -
HSV(B) 347.43º 0.68% 0.86% -
XYZ 33.86 20.53 14.75 -
YUV 118.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 219 71 102 0 0.68 0.53 0.14 347.43 0.67 0.57
Hex DB 47 66 0 44 35 E 15B 43 39
Octal 333 107 146 0 104 65 16 533 103 71
Binary 11011011 1000111 1100110 0 1000100 110101 1110 101011011 1000011 111001

Color Harmonies of #DB4766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4766

Black with #DB4766

Text Example


Text Example

White with #DB4766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4766; }

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

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

background-color css

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

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

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

border-color css

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

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

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