Html Css Color HEX #DB1B6F Ruby

📋 copy color: '#DB1B6F'

red 219 ◦ green 27 ◦ blue 111

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

Shades of Ruby #DB1B6F

Tints of Ruby #DB1B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 61.34%
G = 7.56%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB1B6F (or 0xDB1B6F) is known color: Ruby. HEX triplet: DB, 1B and 6F. RGB value is (219,27,111). Sum of RGB (Red+Green+Blue) = 219+27+111=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B6F is #24E490. Grayscale: #5D5D5D. Windows color (decimal): -2417809 or 7281627. OLE color: 7281627.

HSL color Cylindrical-coordinate representation of color #DB1B6F: hue angle of 333.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 #DB1B6F is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 27 111 -
CMYK 0 0.88 0.49 0.14
HSL 333.75º 0.78% 0.48% -
HSV(B) 333.75º 0.88% 0.86% -
XYZ 32.47 16.99 16.61 -
YUV 93.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 219 27 111 0 0.88 0.49 0.14 333.75 0.78 0.48
Hex DB 1B 6F 0 58 31 E 14E 4E 30
Octal 333 33 157 0 130 61 16 516 116 60
Binary 11011011 11011 1101111 0 1011000 110001 1110 101001110 1001110 110000

Color Harmonies of #DB1B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B6F

Black with #DB1B6F

Text Example


Text Example

White with #DB1B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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