Html Css Color HEX #DB2071 Ruby

📋 copy color: '#DB2071'

red 219 ◦ green 32 ◦ blue 113

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

Shades of Ruby #DB2071

Tints of Ruby #DB2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 60.16%
G = 8.79%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB2071 (or 0xDB2071) is known color: Ruby. HEX triplet: DB, 20 and 71. RGB value is (219,32,113). Sum of RGB (Red+Green+Blue) = 219+32+113=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2071 is #24DF8E. Grayscale: #616161. Windows color (decimal): -2416527 or 7413979. OLE color: 7413979.

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

Color convert

RGB 219 32 113 -
CMYK 0 0.85 0.48 0.14
HSL 334.01º 0.75% 0.49% -
HSV(B) 334.01º 0.85% 0.86% -
XYZ 32.71 17.29 17.24 -
YUV 97.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 219 32 113 0 0.85 0.48 0.14 334.01 0.75 0.49
Hex DB 20 71 0 55 30 E 14E 4B 31
Octal 333 40 161 0 125 60 16 516 113 61
Binary 11011011 100000 1110001 0 1010101 110000 1110 101001110 1001011 110001

Color Harmonies of #DB2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2071

Black with #DB2071

Text Example


Text Example

White with #DB2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2071; }

 p { color: rgb(219,32,113); }

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

background-color css

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

 a { background-color: rgb(219,32,113); }

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

border-color css

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

 span { border-color: rgb(219,32,113); }

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