Html Css Color HEX #DB5166 Cabaret

📋 copy color: '#DB5166'

red 219 ◦ green 81 ◦ blue 102

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

Shades of Cabaret #DB5166

Tints of Cabaret #DB5166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.15%

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

R = 54.48%
G = 20.15%
B = 25.37%

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

#DB5166 (or 0xDB5166) is known color: Cabaret. HEX triplet: DB, 51 and 66. RGB value is (219,81,102). Sum of RGB (Red+Green+Blue) = 219+81+102=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5166 is #24AE99. Grayscale: #7C7C7C. Windows color (decimal): -2403994 or 6705627. OLE color: 6705627.

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

Color convert

RGB 219 81 102 -
CMYK 0 0.63 0.53 0.14
HSL 350.87º 0.66% 0.59% -
HSV(B) 350.87º 0.63% 0.86% -
XYZ 34.55 21.9 14.98 -
YUV 124.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 219 81 102 0 0.63 0.53 0.14 350.87 0.66 0.59
Hex DB 51 66 0 3F 35 E 15F 42 3B
Octal 333 121 146 0 77 65 16 537 102 73
Binary 11011011 1010001 1100110 0 111111 110101 1110 101011111 1000010 111011

Color Harmonies of #DB5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5166

Black with #DB5166

Text Example


Text Example

White with #DB5166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5166; }

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

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

background-color css

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

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

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

border-color css

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

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

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