Html Css Color HEX #DB1650 Ruby

📋 copy color: '#DB1650'

red 219 ◦ green 22 ◦ blue 80

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

Shades of Ruby #DB1650

Tints of Ruby #DB1650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 68.22%
G = 6.85%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1650 (or 0xDB1650) is known color: Ruby. HEX triplet: DB, 16 and 50. RGB value is (219,22,80). Sum of RGB (Red+Green+Blue) = 219+22+80=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1650 is #24E9AF. Grayscale: #575757. Windows color (decimal): -2419120 or 5248731. OLE color: 5248731.

HSL color Cylindrical-coordinate representation of color #DB1650: hue angle of 342.34º 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 #DB1650 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 80 -
CMYK 0 0.90 0.63 0.14
HSL 342.34º 0.82% 0.47% -
HSV(B) 342.34º 0.9% 0.86% -
XYZ 30.95 16.21 9.09 -
YUV 87.52 123.77 221.78 -
System Red Green Blue C M Y K H S L
Decimal 219 22 80 0 0.90 0.63 0.14 342.34 0.82 0.47
Hex DB 16 50 0 5A 3F E 156 52 2F
Octal 333 26 120 0 132 77 16 526 122 57
Binary 11011011 10110 1010000 0 1011010 111111 1110 101010110 1010010 101111

Color Harmonies of #DB1650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1650

Black with #DB1650

Text Example


Text Example

White with #DB1650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1650; }

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

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

background-color css

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

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

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

border-color css

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

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

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