Html Css Color HEX #DB1365 Ruby

📋 copy color: '#DB1365'

red 219 ◦ green 19 ◦ blue 101

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

Shades of Ruby #DB1365

Tints of Ruby #DB1365

RGB

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

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

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

R = 64.6%
G = 5.6%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB1365 (or 0xDB1365) is known color: Ruby. HEX triplet: DB, 13 and 65. RGB value is (219,19,101). Sum of RGB (Red+Green+Blue) = 219+19+101=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1365 is #24EC9A. Grayscale: #585858. Windows color (decimal): -2419867 or 6624219. OLE color: 6624219.

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

Color convert

RGB 219 19 101 -
CMYK 0 0.91 0.54 0.14
HSL 335.4º 0.84% 0.47% -
HSV(B) 335.4º 0.91% 0.86% -
XYZ 31.8 16.47 13.81 -
YUV 88.15 135.26 221.33 -
System Red Green Blue C M Y K H S L
Decimal 219 19 101 0 0.91 0.54 0.14 335.4 0.84 0.47
Hex DB 13 65 0 5B 36 E 14F 54 2F
Octal 333 23 145 0 133 66 16 517 124 57
Binary 11011011 10011 1100101 0 1011011 110110 1110 101001111 1010100 101111

Color Harmonies of #DB1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1365

Black with #DB1365

Text Example


Text Example

White with #DB1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1365; }

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

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

background-color css

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

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

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

border-color css

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

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

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