Html Css Color HEX #DB1C61 Ruby

📋 copy color: '#DB1C61'

red 219 ◦ green 28 ◦ blue 97

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

Shades of Ruby #DB1C61

Tints of Ruby #DB1C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

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

R = 63.66%
G = 8.14%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB1C61 (or 0xDB1C61) is known color: Ruby. HEX triplet: DB, 1C and 61. RGB value is (219,28,97). Sum of RGB (Red+Green+Blue) = 219+28+97=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C61 is #24E39E. Grayscale: #5C5C5C. Windows color (decimal): -2417567 or 6364379. OLE color: 6364379.

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

Color convert

RGB 219 28 97 -
CMYK 0 0.87 0.56 0.14
HSL 338.32º 0.77% 0.48% -
HSV(B) 338.32º 0.87% 0.86% -
XYZ 31.79 16.75 12.87 -
YUV 92.98 130.28 217.89 -
System Red Green Blue C M Y K H S L
Decimal 219 28 97 0 0.87 0.56 0.14 338.32 0.77 0.48
Hex DB 1C 61 0 57 38 E 152 4D 30
Octal 333 34 141 0 127 70 16 522 115 60
Binary 11011011 11100 1100001 0 1010111 111000 1110 101010010 1001101 110000

Color Harmonies of #DB1C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C61

Black with #DB1C61

Text Example


Text Example

White with #DB1C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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