Html Css Color HEX #DB4964 Cabaret

📋 copy color: '#DB4964'

red 219 ◦ green 73 ◦ blue 100

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

Shades of Cabaret #DB4964

Tints of Cabaret #DB4964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 55.87%
G = 18.62%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB4964 (or 0xDB4964) is known color: Cabaret. HEX triplet: DB, 49 and 64. RGB value is (219,73,100). Sum of RGB (Red+Green+Blue) = 219+73+100=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4964 is #24B69B. Grayscale: #777777. Windows color (decimal): -2406044 or 6572507. OLE color: 6572507.

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

Color convert

RGB 219 73 100 -
CMYK 0 0.67 0.54 0.14
HSL 348.9º 0.67% 0.57% -
HSV(B) 348.9º 0.67% 0.86% -
XYZ 33.9 20.75 14.27 -
YUV 119.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 219 73 100 0 0.67 0.54 0.14 348.9 0.67 0.57
Hex DB 49 64 0 43 36 E 15D 43 39
Octal 333 111 144 0 103 66 16 535 103 71
Binary 11011011 1001001 1100100 0 1000011 110110 1110 101011101 1000011 111001

Color Harmonies of #DB4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4964

Black with #DB4964

Text Example


Text Example

White with #DB4964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4964; }

 p { color: rgb(219,73,100); }

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

background-color css

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

 a { background-color: rgb(219,73,100); }

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

border-color css

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

 span { border-color: rgb(219,73,100); }

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