Html Css Color HEX #DB0673 Ruby

📋 copy color: '#DB0673'

red 219 ◦ green 6 ◦ blue 115

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

Shades of Ruby #DB0673

Tints of Ruby #DB0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

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

R = 64.41%
G = 1.76%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0673 (or 0xDB0673) is known color: Ruby. HEX triplet: DB, 06 and 73. RGB value is (219,6,115). Sum of RGB (Red+Green+Blue) = 219+6+115=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0673 is #24F98C. Grayscale: #515151. Windows color (decimal): -2423181 or 7538395. OLE color: 7538395.

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

Color convert

RGB 219 6 115 -
CMYK 0 0.97 0.47 0.14
HSL 329.3º 0.95% 0.44% -
HSV(B) 329.3º 0.97% 0.86% -
XYZ 32.37 16.43 17.68 -
YUV 82.11 146.57 225.64 -
System Red Green Blue C M Y K H S L
Decimal 219 6 115 0 0.97 0.47 0.14 329.3 0.95 0.44
Hex DB 6 73 0 61 2F E 149 5F 2C
Octal 333 6 163 0 141 57 16 511 137 54
Binary 11011011 110 1110011 0 1100001 101111 1110 101001001 1011111 101100

Color Harmonies of #DB0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0673

Black with #DB0673

Text Example


Text Example

White with #DB0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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