Html Css Color HEX #DB116F Ruby

📋 copy color: '#DB116F'

red 219 ◦ green 17 ◦ blue 111

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

Shades of Ruby #DB116F

Tints of Ruby #DB116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 63.11%
G = 4.9%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB116F (or 0xDB116F) is known color: Ruby. HEX triplet: DB, 11 and 6F. RGB value is (219,17,111). Sum of RGB (Red+Green+Blue) = 219+17+111=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB116F is #24EE90. Grayscale: #575757. Windows color (decimal): -2420369 or 7279067. OLE color: 7279067.

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

Color convert

RGB 219 17 111 -
CMYK 0 0.92 0.49 0.14
HSL 332.08º 0.86% 0.46% -
HSV(B) 332.08º 0.92% 0.86% -
XYZ 32.28 16.61 16.54 -
YUV 88.11 140.92 221.36 -
System Red Green Blue C M Y K H S L
Decimal 219 17 111 0 0.92 0.49 0.14 332.08 0.86 0.46
Hex DB 11 6F 0 5C 31 E 14C 56 2E
Octal 333 21 157 0 134 61 16 514 126 56
Binary 11011011 10001 1101111 0 1011100 110001 1110 101001100 1010110 101110

Color Harmonies of #DB116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB116F

Black with #DB116F

Text Example


Text Example

White with #DB116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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