Html Css Color HEX #DB1765 Ruby

📋 copy color: '#DB1765'

red 219 ◦ green 23 ◦ blue 101

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

Shades of Ruby #DB1765

Tints of Ruby #DB1765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 63.85%
G = 6.71%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB1765 (or 0xDB1765) is known color: Ruby. HEX triplet: DB, 17 and 65. RGB value is (219,23,101). Sum of RGB (Red+Green+Blue) = 219+23+101=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1765 is #24E89A. Grayscale: #5A5A5A. Windows color (decimal): -2418843 or 6625243. OLE color: 6625243.

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

Color convert

RGB 219 23 101 -
CMYK 0 0.89 0.54 0.14
HSL 336.12º 0.81% 0.47% -
HSV(B) 336.12º 0.89% 0.86% -
XYZ 31.87 16.61 13.84 -
YUV 90.5 133.93 219.66 -
System Red Green Blue C M Y K H S L
Decimal 219 23 101 0 0.89 0.54 0.14 336.12 0.81 0.47
Hex DB 17 65 0 59 36 E 150 51 2F
Octal 333 27 145 0 131 66 16 520 121 57
Binary 11011011 10111 1100101 0 1011001 110110 1110 101010000 1010001 101111

Color Harmonies of #DB1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1765

Black with #DB1765

Text Example


Text Example

White with #DB1765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1765; }

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

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

background-color css

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

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

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

border-color css

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

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

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