Html Css Color HEX #DB4565 Cabaret

📋 copy color: '#DB4565'

red 219 ◦ green 69 ◦ blue 101

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

Shades of Cabaret #DB4565

Tints of Cabaret #DB4565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.74%

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

R = 56.3%
G = 17.74%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB4565 (or 0xDB4565) is known color: Cabaret. HEX triplet: DB, 45 and 65. RGB value is (219,69,101). Sum of RGB (Red+Green+Blue) = 219+69+101=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4565 is #24BA9A. Grayscale: #757575. Windows color (decimal): -2407067 or 6637019. OLE color: 6637019.

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

Color convert

RGB 219 69 101 -
CMYK 0 0.68 0.54 0.14
HSL 347.2º 0.68% 0.56% -
HSV(B) 347.2º 0.68% 0.86% -
XYZ 33.69 20.26 14.45 -
YUV 117.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 219 69 101 0 0.68 0.54 0.14 347.2 0.68 0.56
Hex DB 45 65 0 44 36 E 15B 44 38
Octal 333 105 145 0 104 66 16 533 104 70
Binary 11011011 1000101 1100101 0 1000100 110110 1110 101011011 1000100 111000

Color Harmonies of #DB4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4565

Black with #DB4565

Text Example


Text Example

White with #DB4565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4565; }

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

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

background-color css

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

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

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

border-color css

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

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

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