Html Css Color HEX #DB0077 Ruby

📋 copy color: '#DB0077'

red 219 ◦ green 0 ◦ blue 119

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

Shades of Ruby #DB0077

Tints of Ruby #DB0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 35.21%

R = 64.79%
G = 0%
B = 35.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0077 (or 0xDB0077) is known color: Ruby. HEX triplet: DB, 00 and 77. RGB value is (219,0,119). Sum of RGB (Red+Green+Blue) = 219+0+119=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0077 is #24FF88. Grayscale: #4E4E4E. Windows color (decimal): -2424713 or 7799003. OLE color: 7799003.

HSL color Cylindrical-coordinate representation of color #DB0077: hue angle of 327.4º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0077 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 119 -
CMYK 0 1 0.46 0.14
HSL 327.4º 1% 0.43% -
HSV(B) 327.4º 1% 0.86% -
XYZ 32.54 16.39 18.9 -
YUV 79.05 150.55 227.82 -
System Red Green Blue C M Y K H S L
Decimal 219 0 119 0 1 0.46 0.14 327.4 1 0.43
Hex DB 0 77 0 64 2E E 147 64 2B
Octal 333 0 167 0 144 56 16 507 144 53
Binary 11011011 0 1110111 0 1100100 101110 1110 101000111 1100100 101011

Color Harmonies of #DB0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0077

Black with #DB0077

Text Example


Text Example

White with #DB0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0077; }

 p { color: rgb(219,0,119); }

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

background-color css

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

 a { background-color: rgb(219,0,119); }

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

border-color css

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

 span { border-color: rgb(219,0,119); }

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