Html Css Color HEX #DB0873 Ruby

📋 copy color: '#DB0873'

red 219 ◦ green 8 ◦ blue 115

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

Shades of Ruby #DB0873

Tints of Ruby #DB0873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

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

R = 64.04%
G = 2.34%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0873 (or 0xDB0873) is known color: Ruby. HEX triplet: DB, 08 and 73. RGB value is (219,8,115). Sum of RGB (Red+Green+Blue) = 219+8+115=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0873 is #24F78C. Grayscale: #535353. Windows color (decimal): -2422669 or 7538907. OLE color: 7538907.

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

Color convert

RGB 219 8 115 -
CMYK 0 0.96 0.47 0.14
HSL 329.57º 0.93% 0.45% -
HSV(B) 329.57º 0.96% 0.86% -
XYZ 32.39 16.47 17.69 -
YUV 83.29 145.9 224.8 -
System Red Green Blue C M Y K H S L
Decimal 219 8 115 0 0.96 0.47 0.14 329.57 0.93 0.45
Hex DB 8 73 0 60 2F E 14A 5D 2D
Octal 333 10 163 0 140 57 16 512 135 55
Binary 11011011 1000 1110011 0 1100000 101111 1110 101001010 1011101 101101

Color Harmonies of #DB0873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0873

Black with #DB0873

Text Example


Text Example

White with #DB0873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0873; }

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

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

background-color css

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

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

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

border-color css

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

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

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