Html Css Color HEX #DB0074 Ruby

📋 copy color: '#DB0074'

red 219 ◦ green 0 ◦ blue 116

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

Shades of Ruby #DB0074

Tints of Ruby #DB0074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.37%
G = 0%
B = 34.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0074 (or 0xDB0074) is known color: Ruby. HEX triplet: DB, 00 and 74. RGB value is (219,0,116). Sum of RGB (Red+Green+Blue) = 219+0+116=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0074 is #24FF8B. Grayscale: #4E4E4E. Windows color (decimal): -2424716 or 7602395. OLE color: 7602395.

HSL color Cylindrical-coordinate representation of color #DB0074: hue angle of 328.22º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0074 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 116 -
CMYK 0 1 0.47 0.14
HSL 328.22º 1% 0.43% -
HSV(B) 328.22º 1% 0.86% -
XYZ 32.37 16.32 17.97 -
YUV 78.71 149.05 228.07 -
System Red Green Blue C M Y K H S L
Decimal 219 0 116 0 1 0.47 0.14 328.22 1 0.43
Hex DB 0 74 0 64 2F E 148 64 2B
Octal 333 0 164 0 144 57 16 510 144 53
Binary 11011011 0 1110100 0 1100100 101111 1110 101001000 1100100 101011

Color Harmonies of #DB0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0074

Black with #DB0074

Text Example


Text Example

White with #DB0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0074; }

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

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

background-color css

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

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

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

border-color css

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

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

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