Html Css Color HEX #DB1059 Ruby

📋 copy color: '#DB1059'

red 219 ◦ green 16 ◦ blue 89

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

Shades of Ruby #DB1059

Tints of Ruby #DB1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

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

R = 67.59%
G = 4.94%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB1059 (or 0xDB1059) is known color: Ruby. HEX triplet: DB, 10 and 59. RGB value is (219,16,89). Sum of RGB (Red+Green+Blue) = 219+16+89=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1059 is #24EFA6. Grayscale: #545454. Windows color (decimal): -2420647 or 5837019. OLE color: 5837019.

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

Color convert

RGB 219 16 89 -
CMYK 0 0.93 0.59 0.14
HSL 338.42º 0.86% 0.46% -
HSV(B) 338.42º 0.93% 0.86% -
XYZ 31.2 16.15 10.92 -
YUV 85.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 219 16 89 0 0.93 0.59 0.14 338.42 0.86 0.46
Hex DB 10 59 0 5D 3B E 152 56 2E
Octal 333 20 131 0 135 73 16 522 126 56
Binary 11011011 10000 1011001 0 1011101 111011 1110 101010010 1010110 101110

Color Harmonies of #DB1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1059

Black with #DB1059

Text Example


Text Example

White with #DB1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1059; }

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

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

background-color css

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

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

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

border-color css

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

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

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