Html Css Color HEX #DB1751 Ruby

📋 copy color: '#DB1751'

red 219 ◦ green 23 ◦ blue 81

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

Shades of Ruby #DB1751

Tints of Ruby #DB1751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

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

R = 67.8%
G = 7.12%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1751 (or 0xDB1751) is known color: Ruby. HEX triplet: DB, 17 and 51. RGB value is (219,23,81). Sum of RGB (Red+Green+Blue) = 219+23+81=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1751 is #24E8AE. Grayscale: #585858. Windows color (decimal): -2418863 or 5314523. OLE color: 5314523.

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

Color convert

RGB 219 23 81 -
CMYK 0 0.89 0.63 0.14
HSL 342.24º 0.81% 0.47% -
HSV(B) 342.24º 0.89% 0.86% -
XYZ 31.01 16.27 9.29 -
YUV 88.22 123.93 221.28 -
System Red Green Blue C M Y K H S L
Decimal 219 23 81 0 0.89 0.63 0.14 342.24 0.81 0.47
Hex DB 17 51 0 59 3F E 156 51 2F
Octal 333 27 121 0 131 77 16 526 121 57
Binary 11011011 10111 1010001 0 1011001 111111 1110 101010110 1010001 101111

Color Harmonies of #DB1751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1751

Black with #DB1751

Text Example


Text Example

White with #DB1751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1751; }

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

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

background-color css

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

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

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

border-color css

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

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

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