Html Css Color HEX #DB2072 Ruby

📋 copy color: '#DB2072'

red 219 ◦ green 32 ◦ blue 114

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

Shades of Ruby #DB2072

Tints of Ruby #DB2072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 60%
G = 8.77%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB2072 (or 0xDB2072) is known color: Ruby. HEX triplet: DB, 20 and 72. RGB value is (219,32,114). Sum of RGB (Red+Green+Blue) = 219+32+114=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2072 is #24DF8D. Grayscale: #616161. Windows color (decimal): -2416526 or 7479515. OLE color: 7479515.

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

Color convert

RGB 219 32 114 -
CMYK 0 0.85 0.48 0.14
HSL 333.69º 0.75% 0.49% -
HSV(B) 333.69º 0.85% 0.86% -
XYZ 32.77 17.31 17.53 -
YUV 97.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 219 32 114 0 0.85 0.48 0.14 333.69 0.75 0.49
Hex DB 20 72 0 55 30 E 14E 4B 31
Octal 333 40 162 0 125 60 16 516 113 61
Binary 11011011 100000 1110010 0 1010101 110000 1110 101001110 1001011 110001

Color Harmonies of #DB2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2072

Black with #DB2072

Text Example


Text Example

White with #DB2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2072; }

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

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

background-color css

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

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

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

border-color css

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

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

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