Html Css Color HEX #DB0073 Ruby

📋 copy color: '#DB0073'

red 219 ◦ green 0 ◦ blue 115

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

Shades of Ruby #DB0073

Tints of Ruby #DB0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 65.57%
G = 0%
B = 34.43%

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

#DB0073 (or 0xDB0073) is known color: Ruby. HEX triplet: DB, 00 and 73. RGB value is (219,0,115). Sum of RGB (Red+Green+Blue) = 219+0+115=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0073 is #24FF8C. Grayscale: #4E4E4E. Windows color (decimal): -2424717 or 7536859. OLE color: 7536859.

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

Color convert

RGB 219 0 115 -
CMYK 0 1 0.47 0.14
HSL 328.49º 1% 0.43% -
HSV(B) 328.49º 1% 0.86% -
XYZ 32.31 16.3 17.66 -
YUV 78.59 148.55 228.15 -
System Red Green Blue C M Y K H S L
Decimal 219 0 115 0 1 0.47 0.14 328.49 1 0.43
Hex DB 0 73 0 64 2F E 148 64 2B
Octal 333 0 163 0 144 57 16 510 144 53
Binary 11011011 0 1110011 0 1100100 101111 1110 101001000 1100100 101011

Color Harmonies of #DB0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0073

Black with #DB0073

Text Example


Text Example

White with #DB0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0073; }

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

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

background-color css

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

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

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

border-color css

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

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

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