Html Css Color HEX #DB1160 Ruby

📋 copy color: '#DB1160'

red 219 ◦ green 17 ◦ blue 96

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

Shades of Ruby #DB1160

Tints of Ruby #DB1160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 65.96%
G = 5.12%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB1160 (or 0xDB1160) is known color: Ruby. HEX triplet: DB, 11 and 60. RGB value is (219,17,96). Sum of RGB (Red+Green+Blue) = 219+17+96=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1160 is #24EE9F. Grayscale: #565656. Windows color (decimal): -2420384 or 6296027. OLE color: 6296027.

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

Color convert

RGB 219 17 96 -
CMYK 0 0.92 0.56 0.14
HSL 336.53º 0.86% 0.46% -
HSV(B) 336.53º 0.92% 0.86% -
XYZ 31.53 16.31 12.55 -
YUV 86.4 133.42 222.58 -
System Red Green Blue C M Y K H S L
Decimal 219 17 96 0 0.92 0.56 0.14 336.53 0.86 0.46
Hex DB 11 60 0 5C 38 E 151 56 2E
Octal 333 21 140 0 134 70 16 521 126 56
Binary 11011011 10001 1100000 0 1011100 111000 1110 101010001 1010110 101110

Color Harmonies of #DB1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1160

Black with #DB1160

Text Example


Text Example

White with #DB1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1160; }

 p { color: rgb(219,17,96); }

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

background-color css

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

 a { background-color: rgb(219,17,96); }

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

border-color css

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

 span { border-color: rgb(219,17,96); }

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