Html Css Color HEX #DB116B Ruby

📋 copy color: '#DB116B'

red 219 ◦ green 17 ◦ blue 107

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

Shades of Ruby #DB116B

Tints of Ruby #DB116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 63.85%
G = 4.96%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB116B (or 0xDB116B) is known color: Ruby. HEX triplet: DB, 11 and 6B. RGB value is (219,17,107). Sum of RGB (Red+Green+Blue) = 219+17+107=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB116B is #24EE94. Grayscale: #575757. Windows color (decimal): -2420373 or 7016923. OLE color: 7016923.

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

Color convert

RGB 219 17 107 -
CMYK 0 0.92 0.51 0.14
HSL 333.27º 0.86% 0.46% -
HSV(B) 333.27º 0.92% 0.86% -
XYZ 32.07 16.52 15.41 -
YUV 87.66 138.92 221.68 -
System Red Green Blue C M Y K H S L
Decimal 219 17 107 0 0.92 0.51 0.14 333.27 0.86 0.46
Hex DB 11 6B 0 5C 33 E 14D 56 2E
Octal 333 21 153 0 134 63 16 515 126 56
Binary 11011011 10001 1101011 0 1011100 110011 1110 101001101 1010110 101110

Color Harmonies of #DB116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB116B

Black with #DB116B

Text Example


Text Example

White with #DB116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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