Html Css Color HEX #DB0676 Ruby

📋 copy color: '#DB0676'

red 219 ◦ green 6 ◦ blue 118

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

Shades of Ruby #DB0676

Tints of Ruby #DB0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

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

R = 63.85%
G = 1.75%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0676 (or 0xDB0676) is known color: Ruby. HEX triplet: DB, 06 and 76. RGB value is (219,6,118). Sum of RGB (Red+Green+Blue) = 219+6+118=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0676 is #24F989. Grayscale: #525252. Windows color (decimal): -2423178 or 7735003. OLE color: 7735003.

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

Color convert

RGB 219 6 118 -
CMYK 0 0.97 0.46 0.14
HSL 328.45º 0.95% 0.44% -
HSV(B) 328.45º 0.97% 0.86% -
XYZ 32.55 16.5 18.61 -
YUV 82.46 148.07 225.39 -
System Red Green Blue C M Y K H S L
Decimal 219 6 118 0 0.97 0.46 0.14 328.45 0.95 0.44
Hex DB 6 76 0 61 2E E 148 5F 2C
Octal 333 6 166 0 141 56 16 510 137 54
Binary 11011011 110 1110110 0 1100001 101110 1110 101001000 1011111 101100

Color Harmonies of #DB0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0676

Black with #DB0676

Text Example


Text Example

White with #DB0676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0676; }

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

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

background-color css

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

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

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

border-color css

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

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

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