Html Css Color HEX #DB176F Ruby

📋 copy color: '#DB176F'

red 219 ◦ green 23 ◦ blue 111

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

Shades of Ruby #DB176F

Tints of Ruby #DB176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.52%

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

R = 62.04%
G = 6.52%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB176F (or 0xDB176F) is known color: Ruby. HEX triplet: DB, 17 and 6F. RGB value is (219,23,111). Sum of RGB (Red+Green+Blue) = 219+23+111=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB176F is #24E890. Grayscale: #5B5B5B. Windows color (decimal): -2418833 or 7280603. OLE color: 7280603.

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

Color convert

RGB 219 23 111 -
CMYK 0 0.89 0.49 0.14
HSL 333.06º 0.81% 0.47% -
HSV(B) 333.06º 0.89% 0.86% -
XYZ 32.39 16.82 16.58 -
YUV 91.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 219 23 111 0 0.89 0.49 0.14 333.06 0.81 0.47
Hex DB 17 6F 0 59 31 E 14D 51 2F
Octal 333 27 157 0 131 61 16 515 121 57
Binary 11011011 10111 1101111 0 1011001 110001 1110 101001101 1010001 101111

Color Harmonies of #DB176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB176F

Black with #DB176F

Text Example


Text Example

White with #DB176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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