Html Css Color HEX #DB5164 Cabaret

📋 copy color: '#DB5164'

red 219 ◦ green 81 ◦ blue 100

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

Shades of Cabaret #DB5164

Tints of Cabaret #DB5164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.25%

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

R = 54.75%
G = 20.25%
B = 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

#DB5164 (or 0xDB5164) is known color: Cabaret. HEX triplet: DB, 51 and 64. RGB value is (219,81,100). Sum of RGB (Red+Green+Blue) = 219+81+100=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5164 is #24AE9B. Grayscale: #7C7C7C. Windows color (decimal): -2403996 or 6574555. OLE color: 6574555.

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

Color convert

RGB 219 81 100 -
CMYK 0 0.63 0.54 0.14
HSL 351.74º 0.66% 0.59% -
HSV(B) 351.74º 0.63% 0.86% -
XYZ 34.46 21.87 14.46 -
YUV 124.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 219 81 100 0 0.63 0.54 0.14 351.74 0.66 0.59
Hex DB 51 64 0 3F 36 E 160 42 3B
Octal 333 121 144 0 77 66 16 540 102 73
Binary 11011011 1010001 1100100 0 111111 110110 1110 101100000 1000010 111011

Color Harmonies of #DB5164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5164

Black with #DB5164

Text Example


Text Example

White with #DB5164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5164; }

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

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

background-color css

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

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

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

border-color css

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

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

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