Html Css Color HEX #DB0471 Ruby

📋 copy color: '#DB0471'

red 219 ◦ green 4 ◦ blue 113

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

Shades of Ruby #DB0471

Tints of Ruby #DB0471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 65.18%
G = 1.19%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB0471 (or 0xDB0471) is known color: Ruby. HEX triplet: DB, 04 and 71. RGB value is (219,4,113). Sum of RGB (Red+Green+Blue) = 219+4+113=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0471 is #24FB8E. Grayscale: #505050. Windows color (decimal): -2423695 or 7406811. OLE color: 7406811.

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

Color convert

RGB 219 4 113 -
CMYK 0 0.98 0.48 0.14
HSL 329.58º 0.96% 0.44% -
HSV(B) 329.58º 0.98% 0.86% -
XYZ 32.24 16.34 17.08 -
YUV 80.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 219 4 113 0 0.98 0.48 0.14 329.58 0.96 0.44
Hex DB 4 71 0 62 30 E 14A 60 2C
Octal 333 4 161 0 142 60 16 512 140 54
Binary 11011011 100 1110001 0 1100010 110000 1110 101001010 1100000 101100

Color Harmonies of #DB0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0471

Black with #DB0471

Text Example


Text Example

White with #DB0471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0471; }

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

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

background-color css

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

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

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

border-color css

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

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

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