Html Css Color HEX #DB1251 Ruby

📋 copy color: '#DB1251'

red 219 ◦ green 18 ◦ blue 81

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

Shades of Ruby #DB1251

Tints of Ruby #DB1251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 68.87%
G = 5.66%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1251 (or 0xDB1251) is known color: Ruby. HEX triplet: DB, 12 and 51. RGB value is (219,18,81). Sum of RGB (Red+Green+Blue) = 219+18+81=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1251 is #24EDAE. Grayscale: #555555. Windows color (decimal): -2420143 or 5313243. OLE color: 5313243.

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

Color convert

RGB 219 18 81 -
CMYK 0 0.92 0.63 0.14
HSL 341.19º 0.85% 0.46% -
HSV(B) 341.19º 0.92% 0.86% -
XYZ 30.91 16.09 9.26 -
YUV 85.28 125.59 223.38 -
System Red Green Blue C M Y K H S L
Decimal 219 18 81 0 0.92 0.63 0.14 341.19 0.85 0.46
Hex DB 12 51 0 5C 3F E 155 55 2E
Octal 333 22 121 0 134 77 16 525 125 56
Binary 11011011 10010 1010001 0 1011100 111111 1110 101010101 1010101 101110

Color Harmonies of #DB1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1251

Black with #DB1251

Text Example


Text Example

White with #DB1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1251; }

 p { color: rgb(219,18,81); }

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

background-color css

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

 a { background-color: rgb(219,18,81); }

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

border-color css

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

 span { border-color: rgb(219,18,81); }

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