Html Css Color HEX #DB4F65 Cabaret

📋 copy color: '#DB4F65'

red 219 ◦ green 79 ◦ blue 101

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

Shades of Cabaret #DB4F65

Tints of Cabaret #DB4F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.8%

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

R = 54.89%
G = 19.8%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB4F65 (or 0xDB4F65) is known color: Cabaret. HEX triplet: DB, 4F and 65. RGB value is (219,79,101). Sum of RGB (Red+Green+Blue) = 219+79+101=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F65 is #24B09A. Grayscale: #7B7B7B. Windows color (decimal): -2404507 or 6639579. OLE color: 6639579.

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

Color convert

RGB 219 79 101 -
CMYK 0 0.64 0.54 0.14
HSL 350.57º 0.66% 0.58% -
HSV(B) 350.57º 0.64% 0.86% -
XYZ 34.36 21.59 14.67 -
YUV 123.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 219 79 101 0 0.64 0.54 0.14 350.57 0.66 0.58
Hex DB 4F 65 0 40 36 E 15F 42 3A
Octal 333 117 145 0 100 66 16 537 102 72
Binary 11011011 1001111 1100101 0 1000000 110110 1110 101011111 1000010 111010

Color Harmonies of #DB4F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F65

Black with #DB4F65

Text Example


Text Example

White with #DB4F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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