Html Css Color HEX #DB1164 Ruby

📋 copy color: '#DB1164'

red 219 ◦ green 17 ◦ blue 100

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

Shades of Ruby #DB1164

Tints of Ruby #DB1164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 65.18%
G = 5.06%
B = 29.76%

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

#DB1164 (or 0xDB1164) is known color: Ruby. HEX triplet: DB, 11 and 64. RGB value is (219,17,100). Sum of RGB (Red+Green+Blue) = 219+17+100=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1164 is #24EE9B. Grayscale: #565656. Windows color (decimal): -2420380 or 6558171. OLE color: 6558171.

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

Color convert

RGB 219 17 100 -
CMYK 0 0.92 0.54 0.14
HSL 335.35º 0.86% 0.46% -
HSV(B) 335.35º 0.92% 0.86% -
XYZ 31.71 16.38 13.55 -
YUV 86.86 135.42 222.25 -
System Red Green Blue C M Y K H S L
Decimal 219 17 100 0 0.92 0.54 0.14 335.35 0.86 0.46
Hex DB 11 64 0 5C 36 E 14F 56 2E
Octal 333 21 144 0 134 66 16 517 126 56
Binary 11011011 10001 1100100 0 1011100 110110 1110 101001111 1010110 101110

Color Harmonies of #DB1164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1164

Black with #DB1164

Text Example


Text Example

White with #DB1164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1164; }

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

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

background-color css

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

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

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

border-color css

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

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

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