Html Css Color HEX #DB4568 Cabaret

📋 copy color: '#DB4568'

red 219 ◦ green 69 ◦ blue 104

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

Shades of Cabaret #DB4568

Tints of Cabaret #DB4568

RGB

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

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

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

R = 55.87%
G = 17.6%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB4568 (or 0xDB4568) is known color: Cabaret. HEX triplet: DB, 45 and 68. RGB value is (219,69,104). Sum of RGB (Red+Green+Blue) = 219+69+104=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4568 is #24BA97. Grayscale: #757575. Windows color (decimal): -2407064 or 6833627. OLE color: 6833627.

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

Color convert

RGB 219 69 104 -
CMYK 0 0.68 0.53 0.14
HSL 346º 0.68% 0.56% -
HSV(B) 346º 0.68% 0.86% -
XYZ 33.84 20.32 15.23 -
YUV 117.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 219 69 104 0 0.68 0.53 0.14 346 0.68 0.56
Hex DB 45 68 0 44 35 E 15A 44 38
Octal 333 105 150 0 104 65 16 532 104 70
Binary 11011011 1000101 1101000 0 1000100 110101 1110 101011010 1000100 111000

Color Harmonies of #DB4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4568

Black with #DB4568

Text Example


Text Example

White with #DB4568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4568; }

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

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

background-color css

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

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

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

border-color css

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

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

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