Html Css Color HEX #DB4566 Cabaret

📋 copy color: '#DB4566'

red 219 ◦ green 69 ◦ blue 102

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

Shades of Cabaret #DB4566

Tints of Cabaret #DB4566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 56.15%
G = 17.69%
B = 26.15%

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

#DB4566 (or 0xDB4566) is known color: Cabaret. HEX triplet: DB, 45 and 66. RGB value is (219,69,102). Sum of RGB (Red+Green+Blue) = 219+69+102=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4566 is #24BA99. Grayscale: #757575. Windows color (decimal): -2407066 or 6702555. OLE color: 6702555.

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

Color convert

RGB 219 69 102 -
CMYK 0 0.68 0.53 0.14
HSL 346.8º 0.68% 0.56% -
HSV(B) 346.8º 0.68% 0.86% -
XYZ 33.74 20.28 14.71 -
YUV 117.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 219 69 102 0 0.68 0.53 0.14 346.8 0.68 0.56
Hex DB 45 66 0 44 35 E 15B 44 38
Octal 333 105 146 0 104 65 16 533 104 70
Binary 11011011 1000101 1100110 0 1000100 110101 1110 101011011 1000100 111000

Color Harmonies of #DB4566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4566

Black with #DB4566

Text Example


Text Example

White with #DB4566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4566; }

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

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

background-color css

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

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

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

border-color css

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

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

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