Html Css Color HEX #DB0971 Ruby

📋 copy color: '#DB0971'

red 219 ◦ green 9 ◦ blue 113

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

Shades of Ruby #DB0971

Tints of Ruby #DB0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.64%

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

R = 64.22%
G = 2.64%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB0971 (or 0xDB0971) is known color: Ruby. HEX triplet: DB, 09 and 71. RGB value is (219,9,113). Sum of RGB (Red+Green+Blue) = 219+9+113=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0971 is #24F68E. Grayscale: #535353. Windows color (decimal): -2422415 or 7408091. OLE color: 7408091.

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

Color convert

RGB 219 9 113 -
CMYK 0 0.96 0.48 0.14
HSL 330.29º 0.92% 0.45% -
HSV(B) 330.29º 0.96% 0.86% -
XYZ 32.29 16.45 17.1 -
YUV 83.65 144.57 224.54 -
System Red Green Blue C M Y K H S L
Decimal 219 9 113 0 0.96 0.48 0.14 330.29 0.92 0.45
Hex DB 9 71 0 60 30 E 14A 5C 2D
Octal 333 11 161 0 140 60 16 512 134 55
Binary 11011011 1001 1110001 0 1100000 110000 1110 101001010 1011100 101101

Color Harmonies of #DB0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0971

Black with #DB0971

Text Example


Text Example

White with #DB0971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0971; }

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

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

background-color css

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

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

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

border-color css

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

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

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