Html Css Color HEX #DB1F71 Ruby

📋 copy color: '#DB1F71'

red 219 ◦ green 31 ◦ blue 113

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

Shades of Ruby #DB1F71

Tints of Ruby #DB1F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 60.33%
G = 8.54%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB1F71 (or 0xDB1F71) is known color: Ruby. HEX triplet: DB, 1F and 71. RGB value is (219,31,113). Sum of RGB (Red+Green+Blue) = 219+31+113=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F71 is #24E08E. Grayscale: #606060. Windows color (decimal): -2416783 or 7413723. OLE color: 7413723.

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

Color convert

RGB 219 31 113 -
CMYK 0 0.86 0.48 0.14
HSL 333.83º 0.75% 0.49% -
HSV(B) 333.83º 0.86% 0.86% -
XYZ 32.68 17.23 17.23 -
YUV 96.56 137.28 215.33 -
System Red Green Blue C M Y K H S L
Decimal 219 31 113 0 0.86 0.48 0.14 333.83 0.75 0.49
Hex DB 1F 71 0 56 30 E 14E 4B 31
Octal 333 37 161 0 126 60 16 516 113 61
Binary 11011011 11111 1110001 0 1010110 110000 1110 101001110 1001011 110001

Color Harmonies of #DB1F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F71

Black with #DB1F71

Text Example


Text Example

White with #DB1F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F71; }

 p { color: rgb(219,31,113); }

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

background-color css

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

 a { background-color: rgb(219,31,113); }

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

border-color css

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

 span { border-color: rgb(219,31,113); }

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