Html Css Color HEX #DB1773 Ruby

📋 copy color: '#DB1773'

red 219 ◦ green 23 ◦ blue 115

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

Shades of Ruby #DB1773

Tints of Ruby #DB1773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 61.34%
G = 6.44%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB1773 (or 0xDB1773) is known color: Ruby. HEX triplet: DB, 17 and 73. RGB value is (219,23,115). Sum of RGB (Red+Green+Blue) = 219+23+115=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1773 is #24E88C. Grayscale: #5B5B5B. Windows color (decimal): -2418829 or 7542747. OLE color: 7542747.

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

Color convert

RGB 219 23 115 -
CMYK 0 0.89 0.47 0.14
HSL 331.84º 0.81% 0.47% -
HSV(B) 331.84º 0.89% 0.86% -
XYZ 32.61 16.91 17.76 -
YUV 92.09 140.93 218.52 -
System Red Green Blue C M Y K H S L
Decimal 219 23 115 0 0.89 0.47 0.14 331.84 0.81 0.47
Hex DB 17 73 0 59 2F E 14C 51 2F
Octal 333 27 163 0 131 57 16 514 121 57
Binary 11011011 10111 1110011 0 1011001 101111 1110 101001100 1010001 101111

Color Harmonies of #DB1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1773

Black with #DB1773

Text Example


Text Example

White with #DB1773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1773; }

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

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

background-color css

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

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

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

border-color css

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

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

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