Html Css Color HEX #DB1864 Ruby

📋 copy color: '#DB1864'

red 219 ◦ green 24 ◦ blue 100

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

Shades of Ruby #DB1864

Tints of Ruby #DB1864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 63.85%
G = 7%
B = 29.15%

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

#DB1864 (or 0xDB1864) is known color: Ruby. HEX triplet: DB, 18 and 64. RGB value is (219,24,100). Sum of RGB (Red+Green+Blue) = 219+24+100=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1864 is #24E79B. Grayscale: #5A5A5A. Windows color (decimal): -2418588 or 6559963. OLE color: 6559963.

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

Color convert

RGB 219 24 100 -
CMYK 0 0.89 0.54 0.14
HSL 336.62º 0.8% 0.48% -
HSV(B) 336.62º 0.89% 0.86% -
XYZ 31.84 16.63 13.59 -
YUV 90.97 133.1 219.32 -
System Red Green Blue C M Y K H S L
Decimal 219 24 100 0 0.89 0.54 0.14 336.62 0.8 0.48
Hex DB 18 64 0 59 36 E 151 50 30
Octal 333 30 144 0 131 66 16 521 120 60
Binary 11011011 11000 1100100 0 1011001 110110 1110 101010001 1010000 110000

Color Harmonies of #DB1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1864

Black with #DB1864

Text Example


Text Example

White with #DB1864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1864; }

 p { color: rgb(219,24,100); }

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

background-color css

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

 a { background-color: rgb(219,24,100); }

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

border-color css

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

 span { border-color: rgb(219,24,100); }

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