Html Css Color HEX #DB0974 Ruby

📋 copy color: '#DB0974'

red 219 ◦ green 9 ◦ blue 116

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

Shades of Ruby #DB0974

Tints of Ruby #DB0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 63.66%
G = 2.62%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0974 (or 0xDB0974) is known color: Ruby. HEX triplet: DB, 09 and 74. RGB value is (219,9,116). Sum of RGB (Red+Green+Blue) = 219+9+116=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0974 is #24F68B. Grayscale: #535353. Windows color (decimal): -2422412 or 7604699. OLE color: 7604699.

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

Color convert

RGB 219 9 116 -
CMYK 0 0.96 0.47 0.14
HSL 329.43º 0.92% 0.45% -
HSV(B) 329.43º 0.96% 0.86% -
XYZ 32.46 16.52 18 -
YUV 83.99 146.07 224.3 -
System Red Green Blue C M Y K H S L
Decimal 219 9 116 0 0.96 0.47 0.14 329.43 0.92 0.45
Hex DB 9 74 0 60 2F E 149 5C 2D
Octal 333 11 164 0 140 57 16 511 134 55
Binary 11011011 1001 1110100 0 1100000 101111 1110 101001001 1011100 101101

Color Harmonies of #DB0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0974

Black with #DB0974

Text Example


Text Example

White with #DB0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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