Html Css Color HEX #DB0976 Ruby

📋 copy color: '#DB0976'

red 219 ◦ green 9 ◦ blue 118

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

Shades of Ruby #DB0976

Tints of Ruby #DB0976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 63.29%
G = 2.6%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0976 (or 0xDB0976) is known color: Ruby. HEX triplet: DB, 09 and 76. RGB value is (219,9,118). Sum of RGB (Red+Green+Blue) = 219+9+118=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0976 is #24F689. Grayscale: #535353. Windows color (decimal): -2422410 or 7735771. OLE color: 7735771.

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

Color convert

RGB 219 9 118 -
CMYK 0 0.96 0.46 0.14
HSL 328.86º 0.92% 0.45% -
HSV(B) 328.86º 0.96% 0.86% -
XYZ 32.58 16.56 18.62 -
YUV 84.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 219 9 118 0 0.96 0.46 0.14 328.86 0.92 0.45
Hex DB 9 76 0 60 2E E 149 5C 2D
Octal 333 11 166 0 140 56 16 511 134 55
Binary 11011011 1001 1110110 0 1100000 101110 1110 101001001 1011100 101101

Color Harmonies of #DB0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0976

Black with #DB0976

Text Example


Text Example

White with #DB0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0976; }

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

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

background-color css

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

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

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

border-color css

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

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

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