Html Css Color HEX #DB0773 Ruby

📋 copy color: '#DB0773'

red 219 ◦ green 7 ◦ blue 115

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

Shades of Ruby #DB0773

Tints of Ruby #DB0773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 64.22%
G = 2.05%
B = 33.72%

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

#DB0773 (or 0xDB0773) is known color: Ruby. HEX triplet: DB, 07 and 73. RGB value is (219,7,115). Sum of RGB (Red+Green+Blue) = 219+7+115=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0773 is #24F88C. Grayscale: #525252. Windows color (decimal): -2422925 or 7538651. OLE color: 7538651.

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

Color convert

RGB 219 7 115 -
CMYK 0 0.97 0.47 0.14
HSL 329.43º 0.94% 0.44% -
HSV(B) 329.43º 0.97% 0.86% -
XYZ 32.38 16.45 17.69 -
YUV 82.7 146.24 225.22 -
System Red Green Blue C M Y K H S L
Decimal 219 7 115 0 0.97 0.47 0.14 329.43 0.94 0.44
Hex DB 7 73 0 61 2F E 149 5E 2C
Octal 333 7 163 0 141 57 16 511 136 54
Binary 11011011 111 1110011 0 1100001 101111 1110 101001001 1011110 101100

Color Harmonies of #DB0773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0773

Black with #DB0773

Text Example


Text Example

White with #DB0773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0773; }

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

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

background-color css

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

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

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

border-color css

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

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

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