Html Css Color HEX #DB1C55 Ruby

📋 copy color: '#DB1C55'

red 219 ◦ green 28 ◦ blue 85

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

Shades of Ruby #DB1C55

Tints of Ruby #DB1C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 65.96%
G = 8.43%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB1C55 (or 0xDB1C55) is known color: Ruby. HEX triplet: DB, 1C and 55. RGB value is (219,28,85). Sum of RGB (Red+Green+Blue) = 219+28+85=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C55 is #24E3AA. Grayscale: #5B5B5B. Windows color (decimal): -2417579 or 5577947. OLE color: 5577947.

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

Color convert

RGB 219 28 85 -
CMYK 0 0.87 0.61 0.14
HSL 342.09º 0.77% 0.48% -
HSV(B) 342.09º 0.87% 0.86% -
XYZ 31.27 16.55 10.14 -
YUV 91.61 124.28 218.87 -
System Red Green Blue C M Y K H S L
Decimal 219 28 85 0 0.87 0.61 0.14 342.09 0.77 0.48
Hex DB 1C 55 0 57 3D E 156 4D 30
Octal 333 34 125 0 127 75 16 526 115 60
Binary 11011011 11100 1010101 0 1010111 111101 1110 101010110 1001101 110000

Color Harmonies of #DB1C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C55

Black with #DB1C55

Text Example


Text Example

White with #DB1C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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