Html Css Color HEX #DB1174 Ruby

📋 copy color: '#DB1174'

red 219 ◦ green 17 ◦ blue 116

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

Shades of Ruby #DB1174

Tints of Ruby #DB1174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 62.22%
G = 4.83%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB1174 (or 0xDB1174) is known color: Ruby. HEX triplet: DB, 11 and 74. RGB value is (219,17,116). Sum of RGB (Red+Green+Blue) = 219+17+116=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1174 is #24EE8B. Grayscale: #585858. Windows color (decimal): -2420364 or 7606747. OLE color: 7606747.

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

Color convert

RGB 219 17 116 -
CMYK 0 0.92 0.47 0.14
HSL 330.59º 0.86% 0.46% -
HSV(B) 330.59º 0.92% 0.86% -
XYZ 32.57 16.72 18.03 -
YUV 88.68 143.42 220.95 -
System Red Green Blue C M Y K H S L
Decimal 219 17 116 0 0.92 0.47 0.14 330.59 0.86 0.46
Hex DB 11 74 0 5C 2F E 14B 56 2E
Octal 333 21 164 0 134 57 16 513 126 56
Binary 11011011 10001 1110100 0 1011100 101111 1110 101001011 1010110 101110

Color Harmonies of #DB1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1174

Black with #DB1174

Text Example


Text Example

White with #DB1174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1174; }

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

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

background-color css

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

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

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

border-color css

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

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

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