Html Css Color HEX #DB0C70 Ruby

📋 copy color: '#DB0C70'

red 219 ◦ green 12 ◦ blue 112

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

Shades of Ruby #DB0C70

Tints of Ruby #DB0C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.5%

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

R = 63.85%
G = 3.5%
B = 32.65%

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

#DB0C70 (or 0xDB0C70) is known color: Ruby. HEX triplet: DB, 0C and 70. RGB value is (219,12,112). Sum of RGB (Red+Green+Blue) = 219+12+112=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C70 is #24F38F. Grayscale: #555555. Windows color (decimal): -2421648 or 7343323. OLE color: 7343323.

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

Color convert

RGB 219 12 112 -
CMYK 0 0.95 0.49 0.14
HSL 331.01º 0.9% 0.45% -
HSV(B) 331.01º 0.95% 0.86% -
XYZ 32.27 16.49 16.81 -
YUV 85.29 143.08 223.37 -
System Red Green Blue C M Y K H S L
Decimal 219 12 112 0 0.95 0.49 0.14 331.01 0.9 0.45
Hex DB C 70 0 5F 31 E 14B 5A 2D
Octal 333 14 160 0 137 61 16 513 132 55
Binary 11011011 1100 1110000 0 1011111 110001 1110 101001011 1011010 101101

Color Harmonies of #DB0C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C70

Black with #DB0C70

Text Example


Text Example

White with #DB0C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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