Html Css Color HEX #DB1177 Ruby

📋 copy color: '#DB1177'

red 219 ◦ green 17 ◦ blue 119

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

Shades of Ruby #DB1177

Tints of Ruby #DB1177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 61.69%
G = 4.79%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB1177 (or 0xDB1177) is known color: Ruby. HEX triplet: DB, 11 and 77. RGB value is (219,17,119). Sum of RGB (Red+Green+Blue) = 219+17+119=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1177 is #24EE88. Grayscale: #585858. Windows color (decimal): -2420361 or 7803355. OLE color: 7803355.

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

Color convert

RGB 219 17 119 -
CMYK 0 0.92 0.46 0.14
HSL 329.7º 0.86% 0.46% -
HSV(B) 329.7º 0.92% 0.86% -
XYZ 32.74 16.79 18.97 -
YUV 89.03 144.92 220.71 -
System Red Green Blue C M Y K H S L
Decimal 219 17 119 0 0.92 0.46 0.14 329.7 0.86 0.46
Hex DB 11 77 0 5C 2E E 14A 56 2E
Octal 333 21 167 0 134 56 16 512 126 56
Binary 11011011 10001 1110111 0 1011100 101110 1110 101001010 1010110 101110

Color Harmonies of #DB1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1177

Black with #DB1177

Text Example


Text Example

White with #DB1177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1177; }

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

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

background-color css

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

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

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

border-color css

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

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

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