Html Css Color HEX #DB1259 Ruby

📋 copy color: '#DB1259'

red 219 ◦ green 18 ◦ blue 89

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

Shades of Ruby #DB1259

Tints of Ruby #DB1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

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

R = 67.18%
G = 5.52%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB1259 (or 0xDB1259) is known color: Ruby. HEX triplet: DB, 12 and 59. RGB value is (219,18,89). Sum of RGB (Red+Green+Blue) = 219+18+89=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1259 is #24EDA6. Grayscale: #565656. Windows color (decimal): -2420135 or 5837531. OLE color: 5837531.

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

Color convert

RGB 219 18 89 -
CMYK 0 0.92 0.59 0.14
HSL 338.81º 0.85% 0.46% -
HSV(B) 338.81º 0.92% 0.86% -
XYZ 31.23 16.21 10.93 -
YUV 86.19 129.59 222.73 -
System Red Green Blue C M Y K H S L
Decimal 219 18 89 0 0.92 0.59 0.14 338.81 0.85 0.46
Hex DB 12 59 0 5C 3B E 153 55 2E
Octal 333 22 131 0 134 73 16 523 125 56
Binary 11011011 10010 1011001 0 1011100 111011 1110 101010011 1010101 101110

Color Harmonies of #DB1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1259

Black with #DB1259

Text Example


Text Example

White with #DB1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1259; }

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

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

background-color css

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

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

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

border-color css

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

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

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