Html Css Color HEX #DB486A Cabaret

📋 copy color: '#DB486A'

red 219 ◦ green 72 ◦ blue 106

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

Shades of Cabaret #DB486A

Tints of Cabaret #DB486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 55.16%
G = 18.14%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB486A (or 0xDB486A) is known color: Cabaret. HEX triplet: DB, 48 and 6A. RGB value is (219,72,106). Sum of RGB (Red+Green+Blue) = 219+72+106=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB486A is #24B795. Grayscale: #777777. Windows color (decimal): -2406294 or 6965467. OLE color: 6965467.

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

Color convert

RGB 219 72 106 -
CMYK 0 0.67 0.52 0.14
HSL 346.12º 0.67% 0.57% -
HSV(B) 346.12º 0.67% 0.86% -
XYZ 34.13 20.74 15.84 -
YUV 119.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 219 72 106 0 0.67 0.52 0.14 346.12 0.67 0.57
Hex DB 48 6A 0 43 34 E 15A 43 39
Octal 333 110 152 0 103 64 16 532 103 71
Binary 11011011 1001000 1101010 0 1000011 110100 1110 101011010 1000011 111001

Color Harmonies of #DB486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB486A

Black with #DB486A

Text Example


Text Example

White with #DB486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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