Html Css Color HEX #DB0272 Ruby

📋 copy color: '#DB0272'

red 219 ◦ green 2 ◦ blue 114

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

Shades of Ruby #DB0272

Tints of Ruby #DB0272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 65.37%
G = 0.6%
B = 34.03%

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

#DB0272 (or 0xDB0272) is known color: Ruby. HEX triplet: DB, 02 and 72. RGB value is (219,2,114). Sum of RGB (Red+Green+Blue) = 219+2+114=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0272 is #24FD8D. Grayscale: #4F4F4F. Windows color (decimal): -2424206 or 7471835. OLE color: 7471835.

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

Color convert

RGB 219 2 114 -
CMYK 0 0.99 0.48 0.14
HSL 329.03º 0.98% 0.43% -
HSV(B) 329.03º 0.99% 0.86% -
XYZ 32.27 16.32 17.37 -
YUV 79.65 147.39 227.39 -
System Red Green Blue C M Y K H S L
Decimal 219 2 114 0 0.99 0.48 0.14 329.03 0.98 0.43
Hex DB 2 72 0 63 30 E 149 62 2B
Octal 333 2 162 0 143 60 16 511 142 53
Binary 11011011 10 1110010 0 1100011 110000 1110 101001001 1100010 101011

Color Harmonies of #DB0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0272

Black with #DB0272

Text Example


Text Example

White with #DB0272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0272; }

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

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

background-color css

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

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

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

border-color css

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

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

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