Html Css Color HEX #DB1777 Ruby

📋 copy color: '#DB1777'

red 219 ◦ green 23 ◦ blue 119

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

Shades of Ruby #DB1777

Tints of Ruby #DB1777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.37%

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

R = 60.66%
G = 6.37%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB1777 (or 0xDB1777) is known color: Ruby. HEX triplet: DB, 17 and 77. RGB value is (219,23,119). Sum of RGB (Red+Green+Blue) = 219+23+119=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1777 is #24E888. Grayscale: #5C5C5C. Windows color (decimal): -2418825 or 7804891. OLE color: 7804891.

HSL color Cylindrical-coordinate representation of color #DB1777: hue angle of 330.61º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1777 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 119 -
CMYK 0 0.89 0.46 0.14
HSL 330.61º 0.81% 0.47% -
HSV(B) 330.61º 0.89% 0.86% -
XYZ 32.85 17 19 -
YUV 92.55 142.93 218.19 -
System Red Green Blue C M Y K H S L
Decimal 219 23 119 0 0.89 0.46 0.14 330.61 0.81 0.47
Hex DB 17 77 0 59 2E E 14B 51 2F
Octal 333 27 167 0 131 56 16 513 121 57
Binary 11011011 10111 1110111 0 1011001 101110 1110 101001011 1010001 101111

Color Harmonies of #DB1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1777

Black with #DB1777

Text Example


Text Example

White with #DB1777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1777; }

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

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

background-color css

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

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

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

border-color css

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

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

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