Html Css Color HEX #DB1261 Ruby

📋 copy color: '#DB1261'

red 219 ◦ green 18 ◦ blue 97

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

Shades of Ruby #DB1261

Tints of Ruby #DB1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 65.57%
G = 5.39%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB1261 (or 0xDB1261) is known color: Ruby. HEX triplet: DB, 12 and 61. RGB value is (219,18,97). Sum of RGB (Red+Green+Blue) = 219+18+97=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1261 is #24ED9E. Grayscale: #565656. Windows color (decimal): -2420127 or 6361819. OLE color: 6361819.

HSL color Cylindrical-coordinate representation of color #DB1261: hue angle of 336.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1261 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 18 97 -
CMYK 0 0.92 0.56 0.14
HSL 336.42º 0.85% 0.46% -
HSV(B) 336.42º 0.92% 0.86% -
XYZ 31.59 16.36 12.8 -
YUV 87.11 133.59 222.08 -
System Red Green Blue C M Y K H S L
Decimal 219 18 97 0 0.92 0.56 0.14 336.42 0.85 0.46
Hex DB 12 61 0 5C 38 E 150 55 2E
Octal 333 22 141 0 134 70 16 520 125 56
Binary 11011011 10010 1100001 0 1011100 111000 1110 101010000 1010101 101110

Color Harmonies of #DB1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1261

Black with #DB1261

Text Example


Text Example

White with #DB1261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1261; }

 p { color: rgb(219,18,97); }

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

background-color css

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

 a { background-color: rgb(219,18,97); }

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

border-color css

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

 span { border-color: rgb(219,18,97); }

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