Html Css Color HEX #DB5767 Cabaret

📋 copy color: '#DB5767'

red 219 ◦ green 87 ◦ blue 103

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

Shades of Cabaret #DB5767

Tints of Cabaret #DB5767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.27%

 BLUE value IS 103 (40.63% from 255) = 25.18%

R = 53.55%
G = 21.27%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB5767 (or 0xDB5767) is known color: Cabaret. HEX triplet: DB, 57 and 67. RGB value is (219,87,103). Sum of RGB (Red+Green+Blue) = 219+87+103=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5767 is #24A898. Grayscale: #808080. Windows color (decimal): -2402457 or 6772699. OLE color: 6772699.

HSL color Cylindrical-coordinate representation of color #DB5767: hue angle of 352.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5767 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 87 103 -
CMYK 0 0.60 0.53 0.14
HSL 352.73º 0.65% 0.6% -
HSV(B) 352.73º 0.6% 0.86% -
XYZ 35.07 22.86 15.4 -
YUV 128.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 219 87 103 0 0.60 0.53 0.14 352.73 0.65 0.6
Hex DB 57 67 0 3C 35 E 161 41 3C
Octal 333 127 147 0 74 65 16 541 101 74
Binary 11011011 1010111 1100111 0 111100 110101 1110 101100001 1000001 111100

Color Harmonies of #DB5767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5767

Black with #DB5767

Text Example


Text Example

White with #DB5767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5767; }

 p { color: rgb(219,87,103); }

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

background-color css

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

 a { background-color: rgb(219,87,103); }

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

border-color css

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

 span { border-color: rgb(219,87,103); }

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