Html Css Color HEX #DB0372 Ruby

📋 copy color: '#DB0372'

red 219 ◦ green 3 ◦ blue 114

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

Shades of Ruby #DB0372

Tints of Ruby #DB0372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 65.18%
G = 0.89%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB0372 (or 0xDB0372) is known color: Ruby. HEX triplet: DB, 03 and 72. RGB value is (219,3,114). Sum of RGB (Red+Green+Blue) = 219+3+114=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0372 is #24FC8D. Grayscale: #505050. Windows color (decimal): -2423950 or 7472091. OLE color: 7472091.

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

Color convert

RGB 219 3 114 -
CMYK 0 0.99 0.48 0.14
HSL 329.17º 0.97% 0.44% -
HSV(B) 329.17º 0.99% 0.86% -
XYZ 32.28 16.34 17.37 -
YUV 80.24 147.06 226.97 -
System Red Green Blue C M Y K H S L
Decimal 219 3 114 0 0.99 0.48 0.14 329.17 0.97 0.44
Hex DB 3 72 0 63 30 E 149 61 2C
Octal 333 3 162 0 143 60 16 511 141 54
Binary 11011011 11 1110010 0 1100011 110000 1110 101001001 1100001 101100

Color Harmonies of #DB0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0372

Black with #DB0372

Text Example


Text Example

White with #DB0372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0372; }

 p { color: rgb(219,3,114); }

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

background-color css

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

 a { background-color: rgb(219,3,114); }

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

border-color css

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

 span { border-color: rgb(219,3,114); }

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