Html Css Color HEX #DB2059 Ruby

📋 copy color: '#DB2059'

red 219 ◦ green 32 ◦ blue 89

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

Shades of Ruby #DB2059

Tints of Ruby #DB2059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

 BLUE value IS 89 (35.16% from 255) = 26.18%

R = 64.41%
G = 9.41%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB2059 (or 0xDB2059) is known color: Ruby. HEX triplet: DB, 20 and 59. RGB value is (219,32,89). Sum of RGB (Red+Green+Blue) = 219+32+89=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2059 is #24DFA6. Grayscale: #5E5E5E. Windows color (decimal): -2416551 or 5841115. OLE color: 5841115.

HSL color Cylindrical-coordinate representation of color #DB2059: hue angle of 341.71º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2059 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 89 -
CMYK 0 0.85 0.59 0.14
HSL 341.71º 0.75% 0.49% -
HSV(B) 341.71º 0.85% 0.86% -
XYZ 31.53 16.81 11.03 -
YUV 94.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 219 32 89 0 0.85 0.59 0.14 341.71 0.75 0.49
Hex DB 20 59 0 55 3B E 156 4B 31
Octal 333 40 131 0 125 73 16 526 113 61
Binary 11011011 100000 1011001 0 1010101 111011 1110 101010110 1001011 110001

Color Harmonies of #DB2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2059

Black with #DB2059

Text Example


Text Example

White with #DB2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2059; }

 p { color: rgb(219,32,89); }

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

background-color css

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

 a { background-color: rgb(219,32,89); }

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

border-color css

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

 span { border-color: rgb(219,32,89); }

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