Html Css Color HEX #DB1B5F Ruby

📋 copy color: '#DB1B5F'

red 219 ◦ green 27 ◦ blue 95

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

Shades of Ruby #DB1B5F

Tints of Ruby #DB1B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.92%

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

R = 64.22%
G = 7.92%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB1B5F (or 0xDB1B5F) is known color: Ruby. HEX triplet: DB, 1B and 5F. RGB value is (219,27,95). Sum of RGB (Red+Green+Blue) = 219+27+95=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B5F is #24E4A0. Grayscale: #5C5C5C. Windows color (decimal): -2417825 or 6233051. OLE color: 6233051.

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

Color convert

RGB 219 27 95 -
CMYK 0 0.88 0.57 0.14
HSL 338.75º 0.78% 0.48% -
HSV(B) 338.75º 0.88% 0.86% -
XYZ 31.67 16.67 12.37 -
YUV 92.16 129.61 218.47 -
System Red Green Blue C M Y K H S L
Decimal 219 27 95 0 0.88 0.57 0.14 338.75 0.78 0.48
Hex DB 1B 5F 0 58 39 E 153 4E 30
Octal 333 33 137 0 130 71 16 523 116 60
Binary 11011011 11011 1011111 0 1011000 111001 1110 101010011 1001110 110000

Color Harmonies of #DB1B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B5F

Black with #DB1B5F

Text Example


Text Example

White with #DB1B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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