Html Css Color HEX #DB1563 Ruby

📋 copy color: '#DB1563'

red 219 ◦ green 21 ◦ blue 99

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

Shades of Ruby #DB1563

Tints of Ruby #DB1563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.19%

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 64.6%
G = 6.19%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB1563 (or 0xDB1563) is known color: Ruby. HEX triplet: DB, 15 and 63. RGB value is (219,21,99). Sum of RGB (Red+Green+Blue) = 219+21+99=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1563 is #24EA9C. Grayscale: #585858. Windows color (decimal): -2419357 or 6493659. OLE color: 6493659.

HSL color Cylindrical-coordinate representation of color #DB1563: hue angle of 336.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1563 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 99 -
CMYK 0 0.90 0.55 0.14
HSL 336.36º 0.83% 0.47% -
HSV(B) 336.36º 0.9% 0.86% -
XYZ 31.73 16.5 13.32 -
YUV 89.09 133.6 220.66 -
System Red Green Blue C M Y K H S L
Decimal 219 21 99 0 0.90 0.55 0.14 336.36 0.83 0.47
Hex DB 15 63 0 5A 37 E 150 52 2F
Octal 333 25 143 0 132 67 16 520 122 57
Binary 11011011 10101 1100011 0 1011010 110111 1110 101010000 1010010 101111

Color Harmonies of #DB1563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1563

Black with #DB1563

Text Example


Text Example

White with #DB1563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1563; }

 p { color: rgb(219,21,99); }

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

background-color css

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

 a { background-color: rgb(219,21,99); }

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

border-color css

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

 span { border-color: rgb(219,21,99); }

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