Html Css Color HEX #DB0774 Ruby

📋 copy color: '#DB0774'

red 219 ◦ green 7 ◦ blue 116

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

Shades of Ruby #DB0774

Tints of Ruby #DB0774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 64.04%
G = 2.05%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0774 (or 0xDB0774) is known color: Ruby. HEX triplet: DB, 07 and 74. RGB value is (219,7,116). Sum of RGB (Red+Green+Blue) = 219+7+116=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0774 is #24F88B. Grayscale: #525252. Windows color (decimal): -2422924 or 7604187. OLE color: 7604187.

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

Color convert

RGB 219 7 116 -
CMYK 0 0.97 0.47 0.14
HSL 329.15º 0.94% 0.44% -
HSV(B) 329.15º 0.97% 0.86% -
XYZ 32.44 16.47 17.99 -
YUV 82.81 146.74 225.14 -
System Red Green Blue C M Y K H S L
Decimal 219 7 116 0 0.97 0.47 0.14 329.15 0.94 0.44
Hex DB 7 74 0 61 2F E 149 5E 2C
Octal 333 7 164 0 141 57 16 511 136 54
Binary 11011011 111 1110100 0 1100001 101111 1110 101001001 1011110 101100

Color Harmonies of #DB0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0774

Black with #DB0774

Text Example


Text Example

White with #DB0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0774; }

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

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

background-color css

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

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

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

border-color css

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

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

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