Html Css Color HEX #DB5068 Cabaret

📋 copy color: '#DB5068'

red 219 ◦ green 80 ◦ blue 104

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

Shades of Cabaret #DB5068

Tints of Cabaret #DB5068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

 BLUE value IS 104 (41.02% from 255) = 25.81%

R = 54.34%
G = 19.85%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB5068 (or 0xDB5068) is known color: Cabaret. HEX triplet: DB, 50 and 68. RGB value is (219,80,104). Sum of RGB (Red+Green+Blue) = 219+80+104=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5068 is #24AF97. Grayscale: #7C7C7C. Windows color (decimal): -2404248 or 6836443. OLE color: 6836443.

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

Color convert

RGB 219 80 104 -
CMYK 0 0.63 0.53 0.14
HSL 349.64º 0.66% 0.59% -
HSV(B) 349.64º 0.63% 0.86% -
XYZ 34.58 21.8 15.48 -
YUV 124.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 219 80 104 0 0.63 0.53 0.14 349.64 0.66 0.59
Hex DB 50 68 0 3F 35 E 15E 42 3B
Octal 333 120 150 0 77 65 16 536 102 73
Binary 11011011 1010000 1101000 0 111111 110101 1110 101011110 1000010 111011

Color Harmonies of #DB5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5068

Black with #DB5068

Text Example


Text Example

White with #DB5068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5068; }

 p { color: rgb(219,80,104); }

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

background-color css

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

 a { background-color: rgb(219,80,104); }

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

border-color css

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

 span { border-color: rgb(219,80,104); }

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