Html Css Color HEX #DB1A50 Ruby

📋 copy color: '#DB1A50'

red 219 ◦ green 26 ◦ blue 80

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

Shades of Ruby #DB1A50

Tints of Ruby #DB1A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8%

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 67.38%
G = 8%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1A50 (or 0xDB1A50) is known color: Ruby. HEX triplet: DB, 1A and 50. RGB value is (219,26,80). Sum of RGB (Red+Green+Blue) = 219+26+80=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A50 is #24E5AF. Grayscale: #595959. Windows color (decimal): -2418096 or 5249755. OLE color: 5249755.

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

Color convert

RGB 219 26 80 -
CMYK 0 0.88 0.63 0.14
HSL 343.21º 0.79% 0.48% -
HSV(B) 343.21º 0.88% 0.86% -
XYZ 31.03 16.38 9.12 -
YUV 89.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 219 26 80 0 0.88 0.63 0.14 343.21 0.79 0.48
Hex DB 1A 50 0 58 3F E 157 4F 30
Octal 333 32 120 0 130 77 16 527 117 60
Binary 11011011 11010 1010000 0 1011000 111111 1110 101010111 1001111 110000

Color Harmonies of #DB1A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A50

Black with #DB1A50

Text Example


Text Example

White with #DB1A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A50; }

 p { color: rgb(219,26,80); }

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

background-color css

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

 a { background-color: rgb(219,26,80); }

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

border-color css

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

 span { border-color: rgb(219,26,80); }

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