Html Css Color HEX #DB1F5F Ruby

📋 copy color: '#DB1F5F'

red 219 ◦ green 31 ◦ blue 95

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

Shades of Ruby #DB1F5F

Tints of Ruby #DB1F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 63.48%
G = 8.99%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB1F5F (or 0xDB1F5F) is known color: Ruby. HEX triplet: DB, 1F and 5F. RGB value is (219,31,95). Sum of RGB (Red+Green+Blue) = 219+31+95=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F5F is #24E0A0. Grayscale: #5E5E5E. Windows color (decimal): -2416801 or 6234075. OLE color: 6234075.

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

Color convert

RGB 219 31 95 -
CMYK 0 0.86 0.57 0.14
HSL 339.57º 0.75% 0.49% -
HSV(B) 339.57º 0.86% 0.86% -
XYZ 31.77 16.87 12.41 -
YUV 94.51 128.28 216.8 -
System Red Green Blue C M Y K H S L
Decimal 219 31 95 0 0.86 0.57 0.14 339.57 0.75 0.49
Hex DB 1F 5F 0 56 39 E 154 4B 31
Octal 333 37 137 0 126 71 16 524 113 61
Binary 11011011 11111 1011111 0 1010110 111001 1110 101010100 1001011 110001

Color Harmonies of #DB1F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F5F

Black with #DB1F5F

Text Example


Text Example

White with #DB1F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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