Html Css Color HEX #DB1162 Ruby

📋 copy color: '#DB1162'

red 219 ◦ green 17 ◦ blue 98

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

Shades of Ruby #DB1162

Tints of Ruby #DB1162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 65.57%
G = 5.09%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB1162 (or 0xDB1162) is known color: Ruby. HEX triplet: DB, 11 and 62. RGB value is (219,17,98). Sum of RGB (Red+Green+Blue) = 219+17+98=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1162 is #24EE9D. Grayscale: #565656. Windows color (decimal): -2420382 or 6427099. OLE color: 6427099.

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

Color convert

RGB 219 17 98 -
CMYK 0 0.92 0.55 0.14
HSL 335.94º 0.86% 0.46% -
HSV(B) 335.94º 0.92% 0.86% -
XYZ 31.62 16.34 13.04 -
YUV 86.63 134.42 222.41 -
System Red Green Blue C M Y K H S L
Decimal 219 17 98 0 0.92 0.55 0.14 335.94 0.86 0.46
Hex DB 11 62 0 5C 37 E 150 56 2E
Octal 333 21 142 0 134 67 16 520 126 56
Binary 11011011 10001 1100010 0 1011100 110111 1110 101010000 1010110 101110

Color Harmonies of #DB1162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1162

Black with #DB1162

Text Example


Text Example

White with #DB1162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1162; }

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

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

background-color css

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

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

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

border-color css

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

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

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