Html Css Color HEX #DB0570 Ruby

📋 copy color: '#DB0570'

red 219 ◦ green 5 ◦ blue 112

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

Shades of Ruby #DB0570

Tints of Ruby #DB0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 65.18%
G = 1.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB0570 (or 0xDB0570) is known color: Ruby. HEX triplet: DB, 05 and 70. RGB value is (219,5,112). Sum of RGB (Red+Green+Blue) = 219+5+112=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0570 is #24FA8F. Grayscale: #505050. Windows color (decimal): -2423440 or 7341531. OLE color: 7341531.

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

Color convert

RGB 219 5 112 -
CMYK 0 0.98 0.49 0.14
HSL 330º 0.96% 0.44% -
HSV(B) 330º 0.98% 0.86% -
XYZ 32.19 16.34 16.79 -
YUV 81.18 145.4 226.3 -
System Red Green Blue C M Y K H S L
Decimal 219 5 112 0 0.98 0.49 0.14 330 0.96 0.44
Hex DB 5 70 0 62 31 E 14A 60 2C
Octal 333 5 160 0 142 61 16 512 140 54
Binary 11011011 101 1110000 0 1100010 110001 1110 101001010 1100000 101100

Color Harmonies of #DB0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0570

Black with #DB0570

Text Example


Text Example

White with #DB0570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0570; }

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

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

background-color css

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

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

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

border-color css

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

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

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