Html Css Color HEX #DB175F Ruby

📋 copy color: '#DB175F'

red 219 ◦ green 23 ◦ blue 95

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

Shades of Ruby #DB175F

Tints of Ruby #DB175F

RGB

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

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

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

R = 64.99%
G = 6.82%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB175F (or 0xDB175F) is known color: Ruby. HEX triplet: DB, 17 and 5F. RGB value is (219,23,95). Sum of RGB (Red+Green+Blue) = 219+23+95=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB175F is #24E8A0. Grayscale: #595959. Windows color (decimal): -2418849 or 6232027. OLE color: 6232027.

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

Color convert

RGB 219 23 95 -
CMYK 0 0.89 0.57 0.14
HSL 337.96º 0.81% 0.47% -
HSV(B) 337.96º 0.89% 0.86% -
XYZ 31.59 16.5 12.35 -
YUV 89.81 130.93 220.15 -
System Red Green Blue C M Y K H S L
Decimal 219 23 95 0 0.89 0.57 0.14 337.96 0.81 0.47
Hex DB 17 5F 0 59 39 E 152 51 2F
Octal 333 27 137 0 131 71 16 522 121 57
Binary 11011011 10111 1011111 0 1011001 111001 1110 101010010 1010001 101111

Color Harmonies of #DB175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB175F

Black with #DB175F

Text Example


Text Example

White with #DB175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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