Html Css Color HEX #DB0973 Ruby

📋 copy color: '#DB0973'

red 219 ◦ green 9 ◦ blue 115

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

Shades of Ruby #DB0973

Tints of Ruby #DB0973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 63.85%
G = 2.62%
B = 33.53%

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

#DB0973 (or 0xDB0973) is known color: Ruby. HEX triplet: DB, 09 and 73. RGB value is (219,9,115). Sum of RGB (Red+Green+Blue) = 219+9+115=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0973 is #24F68C. Grayscale: #535353. Windows color (decimal): -2422413 or 7539163. OLE color: 7539163.

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

Color convert

RGB 219 9 115 -
CMYK 0 0.96 0.47 0.14
HSL 329.71º 0.92% 0.45% -
HSV(B) 329.71º 0.96% 0.86% -
XYZ 32.41 16.49 17.7 -
YUV 83.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 219 9 115 0 0.96 0.47 0.14 329.71 0.92 0.45
Hex DB 9 73 0 60 2F E 14A 5C 2D
Octal 333 11 163 0 140 57 16 512 134 55
Binary 11011011 1001 1110011 0 1100000 101111 1110 101001010 1011100 101101

Color Harmonies of #DB0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0973

Black with #DB0973

Text Example


Text Example

White with #DB0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0973; }

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

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

background-color css

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

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

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

border-color css

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

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

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