Html Css Color HEX #DB0376 Ruby

📋 copy color: '#DB0376'

red 219 ◦ green 3 ◦ blue 118

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

Shades of Ruby #DB0376

Tints of Ruby #DB0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 64.41%
G = 0.88%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0376 (or 0xDB0376) is known color: Ruby. HEX triplet: DB, 03 and 76. RGB value is (219,3,118). Sum of RGB (Red+Green+Blue) = 219+3+118=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0376 is #24FC89. Grayscale: #505050. Windows color (decimal): -2423946 or 7734235. OLE color: 7734235.

HSL color Cylindrical-coordinate representation of color #DB0376: hue angle of 328.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0376 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 118 -
CMYK 0 0.99 0.46 0.14
HSL 328.06º 0.97% 0.44% -
HSV(B) 328.06º 0.99% 0.86% -
XYZ 32.52 16.43 18.6 -
YUV 80.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 219 3 118 0 0.99 0.46 0.14 328.06 0.97 0.44
Hex DB 3 76 0 63 2E E 148 61 2C
Octal 333 3 166 0 143 56 16 510 141 54
Binary 11011011 11 1110110 0 1100011 101110 1110 101001000 1100001 101100

Color Harmonies of #DB0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0376

Black with #DB0376

Text Example


Text Example

White with #DB0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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