Html Css Color HEX #DB1176 Ruby

📋 copy color: '#DB1176'

red 219 ◦ green 17 ◦ blue 118

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

Shades of Ruby #DB1176

Tints of Ruby #DB1176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 61.86%
G = 4.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB1176 (or 0xDB1176) is known color: Ruby. HEX triplet: DB, 11 and 76. RGB value is (219,17,118). Sum of RGB (Red+Green+Blue) = 219+17+118=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1176 is #24EE89. Grayscale: #585858. Windows color (decimal): -2420362 or 7737819. OLE color: 7737819.

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

Color convert

RGB 219 17 118 -
CMYK 0 0.92 0.46 0.14
HSL 330º 0.86% 0.46% -
HSV(B) 330º 0.92% 0.86% -
XYZ 32.68 16.77 18.65 -
YUV 88.91 144.42 220.79 -
System Red Green Blue C M Y K H S L
Decimal 219 17 118 0 0.92 0.46 0.14 330 0.86 0.46
Hex DB 11 76 0 5C 2E E 14A 56 2E
Octal 333 21 166 0 134 56 16 512 126 56
Binary 11011011 10001 1110110 0 1011100 101110 1110 101001010 1010110 101110

Color Harmonies of #DB1176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1176

Black with #DB1176

Text Example


Text Example

White with #DB1176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1176; }

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

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

background-color css

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

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

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

border-color css

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

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

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