Html Css Color HEX #DB1659 Ruby

📋 copy color: '#DB1659'

red 219 ◦ green 22 ◦ blue 89

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

Shades of Ruby #DB1659

Tints of Ruby #DB1659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

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

R = 66.36%
G = 6.67%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB1659 (or 0xDB1659) is known color: Ruby. HEX triplet: DB, 16 and 59. RGB value is (219,22,89). Sum of RGB (Red+Green+Blue) = 219+22+89=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1659 is #24E9A6. Grayscale: #585858. Windows color (decimal): -2419111 or 5838555. OLE color: 5838555.

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

Color convert

RGB 219 22 89 -
CMYK 0 0.90 0.59 0.14
HSL 339.59º 0.82% 0.47% -
HSV(B) 339.59º 0.9% 0.86% -
XYZ 31.3 16.36 10.96 -
YUV 88.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 219 22 89 0 0.90 0.59 0.14 339.59 0.82 0.47
Hex DB 16 59 0 5A 3B E 154 52 2F
Octal 333 26 131 0 132 73 16 524 122 57
Binary 11011011 10110 1011001 0 1011010 111011 1110 101010100 1010010 101111

Color Harmonies of #DB1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1659

Black with #DB1659

Text Example


Text Example

White with #DB1659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1659; }

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

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

background-color css

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

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

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

border-color css

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

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

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