Html Css Color HEX #DB0B70 Ruby

📋 copy color: '#DB0B70'

red 219 ◦ green 11 ◦ blue 112

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

Shades of Ruby #DB0B70

Tints of Ruby #DB0B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.22%

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

R = 64.04%
G = 3.22%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB0B70 (or 0xDB0B70) is known color: Ruby. HEX triplet: DB, 0B and 70. RGB value is (219,11,112). Sum of RGB (Red+Green+Blue) = 219+11+112=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B70 is #24F48F. Grayscale: #545454. Windows color (decimal): -2421904 or 7343067. OLE color: 7343067.

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

Color convert

RGB 219 11 112 -
CMYK 0 0.95 0.49 0.14
HSL 330.87º 0.9% 0.45% -
HSV(B) 330.87º 0.95% 0.86% -
XYZ 32.26 16.47 16.81 -
YUV 84.71 143.41 223.79 -
System Red Green Blue C M Y K H S L
Decimal 219 11 112 0 0.95 0.49 0.14 330.87 0.9 0.45
Hex DB B 70 0 5F 31 E 14B 5A 2D
Octal 333 13 160 0 137 61 16 513 132 55
Binary 11011011 1011 1110000 0 1011111 110001 1110 101001011 1011010 101101

Color Harmonies of #DB0B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B70

Black with #DB0B70

Text Example


Text Example

White with #DB0B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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