Html Css Color HEX #DB0472 Ruby

📋 copy color: '#DB0472'

red 219 ◦ green 4 ◦ blue 114

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

Shades of Ruby #DB0472

Tints of Ruby #DB0472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 64.99%
G = 1.19%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB0472 (or 0xDB0472) is known color: Ruby. HEX triplet: DB, 04 and 72. RGB value is (219,4,114). Sum of RGB (Red+Green+Blue) = 219+4+114=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0472 is #24FB8D. Grayscale: #505050. Windows color (decimal): -2423694 or 7472347. OLE color: 7472347.

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

Color convert

RGB 219 4 114 -
CMYK 0 0.98 0.48 0.14
HSL 329.3º 0.96% 0.44% -
HSV(B) 329.3º 0.98% 0.86% -
XYZ 32.29 16.36 17.38 -
YUV 80.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 219 4 114 0 0.98 0.48 0.14 329.3 0.96 0.44
Hex DB 4 72 0 62 30 E 149 60 2C
Octal 333 4 162 0 142 60 16 511 140 54
Binary 11011011 100 1110010 0 1100010 110000 1110 101001001 1100000 101100

Color Harmonies of #DB0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0472

Black with #DB0472

Text Example


Text Example

White with #DB0472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0472; }

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

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

background-color css

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

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

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

border-color css

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

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

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