Html Css Color HEX #DB1165 Ruby

📋 copy color: '#DB1165'

red 219 ◦ green 17 ◦ blue 101

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

Shades of Ruby #DB1165

Tints of Ruby #DB1165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 64.99%
G = 5.04%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB1165 (or 0xDB1165) is known color: Ruby. HEX triplet: DB, 11 and 65. RGB value is (219,17,101). Sum of RGB (Red+Green+Blue) = 219+17+101=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1165 is #24EE9A. Grayscale: #565656. Windows color (decimal): -2420379 or 6623707. OLE color: 6623707.

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

Color convert

RGB 219 17 101 -
CMYK 0 0.92 0.54 0.14
HSL 335.05º 0.86% 0.46% -
HSV(B) 335.05º 0.92% 0.86% -
XYZ 31.76 16.4 13.8 -
YUV 86.97 135.92 222.17 -
System Red Green Blue C M Y K H S L
Decimal 219 17 101 0 0.92 0.54 0.14 335.05 0.86 0.46
Hex DB 11 65 0 5C 36 E 14F 56 2E
Octal 333 21 145 0 134 66 16 517 126 56
Binary 11011011 10001 1100101 0 1011100 110110 1110 101001111 1010110 101110

Color Harmonies of #DB1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1165

Black with #DB1165

Text Example


Text Example

White with #DB1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1165; }

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

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

background-color css

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

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

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

border-color css

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

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

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