Html Css Color HEX #DB115F Ruby

📋 copy color: '#DB115F'

red 219 ◦ green 17 ◦ blue 95

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

Shades of Ruby #DB115F

Tints of Ruby #DB115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

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

R = 66.16%
G = 5.14%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB115F (or 0xDB115F) is known color: Ruby. HEX triplet: DB, 11 and 5F. RGB value is (219,17,95). Sum of RGB (Red+Green+Blue) = 219+17+95=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB115F is #24EEA0. Grayscale: #565656. Windows color (decimal): -2420385 or 6230491. OLE color: 6230491.

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

Color convert

RGB 219 17 95 -
CMYK 0 0.92 0.57 0.14
HSL 336.83º 0.86% 0.46% -
HSV(B) 336.83º 0.92% 0.86% -
XYZ 31.48 16.29 12.31 -
YUV 86.29 132.92 222.66 -
System Red Green Blue C M Y K H S L
Decimal 219 17 95 0 0.92 0.57 0.14 336.83 0.86 0.46
Hex DB 11 5F 0 5C 39 E 151 56 2E
Octal 333 21 137 0 134 71 16 521 126 56
Binary 11011011 10001 1011111 0 1011100 111001 1110 101010001 1010110 101110

Color Harmonies of #DB115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB115F

Black with #DB115F

Text Example


Text Example

White with #DB115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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