Html Css Color HEX #DB1760 Ruby

📋 copy color: '#DB1760'

red 219 ◦ green 23 ◦ blue 96

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

Shades of Ruby #DB1760

Tints of Ruby #DB1760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 64.79%
G = 6.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB1760 (or 0xDB1760) is known color: Ruby. HEX triplet: DB, 17 and 60. RGB value is (219,23,96). Sum of RGB (Red+Green+Blue) = 219+23+96=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1760 is #24E89F. Grayscale: #595959. Windows color (decimal): -2418848 or 6297563. OLE color: 6297563.

HSL color Cylindrical-coordinate representation of color #DB1760: hue angle of 337.65º 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 #DB1760 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 96 -
CMYK 0 0.89 0.56 0.14
HSL 337.65º 0.81% 0.47% -
HSV(B) 337.65º 0.89% 0.86% -
XYZ 31.63 16.52 12.59 -
YUV 89.93 131.43 220.06 -
System Red Green Blue C M Y K H S L
Decimal 219 23 96 0 0.89 0.56 0.14 337.65 0.81 0.47
Hex DB 17 60 0 59 38 E 152 51 2F
Octal 333 27 140 0 131 70 16 522 121 57
Binary 11011011 10111 1100000 0 1011001 111000 1110 101010010 1010001 101111

Color Harmonies of #DB1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1760

Black with #DB1760

Text Example


Text Example

White with #DB1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1760; }

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

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

background-color css

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

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

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

border-color css

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

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

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