Html Css Color HEX #DB1C70 Ruby

📋 copy color: '#DB1C70'

red 219 ◦ green 28 ◦ blue 112

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

Shades of Ruby #DB1C70

Tints of Ruby #DB1C70

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.8%

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

R = 61%
G = 7.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB1C70 (or 0xDB1C70) is known color: Ruby. HEX triplet: DB, 1C and 70. RGB value is (219,28,112). Sum of RGB (Red+Green+Blue) = 219+28+112=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C70 is #24E38F. Grayscale: #5E5E5E. Windows color (decimal): -2417552 or 7347419. OLE color: 7347419.

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

Color convert

RGB 219 28 112 -
CMYK 0 0.87 0.49 0.14
HSL 333.61º 0.77% 0.48% -
HSV(B) 333.61º 0.87% 0.86% -
XYZ 32.55 17.06 16.91 -
YUV 94.69 137.78 216.67 -
System Red Green Blue C M Y K H S L
Decimal 219 28 112 0 0.87 0.49 0.14 333.61 0.77 0.48
Hex DB 1C 70 0 57 31 E 14E 4D 30
Octal 333 34 160 0 127 61 16 516 115 60
Binary 11011011 11100 1110000 0 1010111 110001 1110 101001110 1001101 110000

Color Harmonies of #DB1C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C70

Black with #DB1C70

Text Example


Text Example

White with #DB1C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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