Html Css Color HEX #DB1570 Ruby

📋 copy color: '#DB1570'

red 219 ◦ green 21 ◦ blue 112

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

Shades of Ruby #DB1570

Tints of Ruby #DB1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.97%

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

R = 62.22%
G = 5.97%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB1570 (or 0xDB1570) is known color: Ruby. HEX triplet: DB, 15 and 70. RGB value is (219,21,112). Sum of RGB (Red+Green+Blue) = 219+21+112=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1570 is #24EA8F. Grayscale: #5A5A5A. Windows color (decimal): -2419344 or 7345627. OLE color: 7345627.

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

Color convert

RGB 219 21 112 -
CMYK 0 0.90 0.49 0.14
HSL 332.42º 0.83% 0.47% -
HSV(B) 332.42º 0.9% 0.86% -
XYZ 32.41 16.77 16.86 -
YUV 90.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 219 21 112 0 0.90 0.49 0.14 332.42 0.83 0.47
Hex DB 15 70 0 5A 31 E 14C 52 2F
Octal 333 25 160 0 132 61 16 514 122 57
Binary 11011011 10101 1110000 0 1011010 110001 1110 101001100 1010010 101111

Color Harmonies of #DB1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1570

Black with #DB1570

Text Example


Text Example

White with #DB1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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