Html Css Color HEX #DB1363 Ruby

📋 copy color: '#DB1363'

red 219 ◦ green 19 ◦ blue 99

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

Shades of Ruby #DB1363

Tints of Ruby #DB1363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.64%

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

R = 64.99%
G = 5.64%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB1363 (or 0xDB1363) is known color: Ruby. HEX triplet: DB, 13 and 63. RGB value is (219,19,99). Sum of RGB (Red+Green+Blue) = 219+19+99=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1363 is #24EC9C. Grayscale: #575757. Windows color (decimal): -2419869 or 6493147. OLE color: 6493147.

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

Color convert

RGB 219 19 99 -
CMYK 0 0.91 0.55 0.14
HSL 336º 0.84% 0.47% -
HSV(B) 336º 0.91% 0.86% -
XYZ 31.7 16.43 13.3 -
YUV 87.92 134.26 221.5 -
System Red Green Blue C M Y K H S L
Decimal 219 19 99 0 0.91 0.55 0.14 336 0.84 0.47
Hex DB 13 63 0 5B 37 E 150 54 2F
Octal 333 23 143 0 133 67 16 520 124 57
Binary 11011011 10011 1100011 0 1011011 110111 1110 101010000 1010100 101111

Color Harmonies of #DB1363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1363

Black with #DB1363

Text Example


Text Example

White with #DB1363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1363; }

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

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

background-color css

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

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

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

border-color css

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

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

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