Html Css Color HEX #DB1870 Ruby

📋 copy color: '#DB1870'

red 219 ◦ green 24 ◦ blue 112

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

Shades of Ruby #DB1870

Tints of Ruby #DB1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 61.69%
G = 6.76%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB1870 (or 0xDB1870) is known color: Ruby. HEX triplet: DB, 18 and 70. RGB value is (219,24,112). Sum of RGB (Red+Green+Blue) = 219+24+112=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1870 is #24E78F. Grayscale: #5C5C5C. Windows color (decimal): -2418576 or 7346395. OLE color: 7346395.

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

Color convert

RGB 219 24 112 -
CMYK 0 0.89 0.49 0.14
HSL 332.92º 0.8% 0.48% -
HSV(B) 332.92º 0.89% 0.86% -
XYZ 32.46 16.88 16.88 -
YUV 92.34 139.1 218.34 -
System Red Green Blue C M Y K H S L
Decimal 219 24 112 0 0.89 0.49 0.14 332.92 0.8 0.48
Hex DB 18 70 0 59 31 E 14D 50 30
Octal 333 30 160 0 131 61 16 515 120 60
Binary 11011011 11000 1110000 0 1011001 110001 1110 101001101 1010000 110000

Color Harmonies of #DB1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1870

Black with #DB1870

Text Example


Text Example

White with #DB1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1870; }

 p { color: rgb(219,24,112); }

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

background-color css

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

 a { background-color: rgb(219,24,112); }

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

border-color css

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

 span { border-color: rgb(219,24,112); }

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