Html Css Color HEX #DB4866 Cabaret

📋 copy color: '#DB4866'

red 219 ◦ green 72 ◦ blue 102

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

Shades of Cabaret #DB4866

Tints of Cabaret #DB4866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

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

R = 55.73%
G = 18.32%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB4866 (or 0xDB4866) is known color: Cabaret. HEX triplet: DB, 48 and 66. RGB value is (219,72,102). Sum of RGB (Red+Green+Blue) = 219+72+102=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4866 is #24B799. Grayscale: #777777. Windows color (decimal): -2406298 or 6703323. OLE color: 6703323.

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

Color convert

RGB 219 72 102 -
CMYK 0 0.67 0.53 0.14
HSL 347.76º 0.67% 0.57% -
HSV(B) 347.76º 0.67% 0.86% -
XYZ 33.93 20.65 14.77 -
YUV 119.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 219 72 102 0 0.67 0.53 0.14 347.76 0.67 0.57
Hex DB 48 66 0 43 35 E 15C 43 39
Octal 333 110 146 0 103 65 16 534 103 71
Binary 11011011 1001000 1100110 0 1000011 110101 1110 101011100 1000011 111001

Color Harmonies of #DB4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4866

Black with #DB4866

Text Example


Text Example

White with #DB4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4866; }

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

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

background-color css

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

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

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

border-color css

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

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

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