Html Css Color HEX #DB1167 Ruby

📋 copy color: '#DB1167'

red 219 ◦ green 17 ◦ blue 103

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

Shades of Ruby #DB1167

Tints of Ruby #DB1167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.38%

R = 64.6%
G = 5.01%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB1167 (or 0xDB1167) is known color: Ruby. HEX triplet: DB, 11 and 67. RGB value is (219,17,103). Sum of RGB (Red+Green+Blue) = 219+17+103=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1167 is #24EE98. Grayscale: #575757. Windows color (decimal): -2420377 or 6754779. OLE color: 6754779.

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

Color convert

RGB 219 17 103 -
CMYK 0 0.92 0.53 0.14
HSL 334.46º 0.86% 0.46% -
HSV(B) 334.46º 0.92% 0.86% -
XYZ 31.86 16.44 14.33 -
YUV 87.2 136.92 222.01 -
System Red Green Blue C M Y K H S L
Decimal 219 17 103 0 0.92 0.53 0.14 334.46 0.86 0.46
Hex DB 11 67 0 5C 35 E 14E 56 2E
Octal 333 21 147 0 134 65 16 516 126 56
Binary 11011011 10001 1100111 0 1011100 110101 1110 101001110 1010110 101110

Color Harmonies of #DB1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1167

Black with #DB1167

Text Example


Text Example

White with #DB1167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1167; }

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

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

background-color css

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

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

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

border-color css

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

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

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