Html Css Color HEX #D8175B Ruby

📋 copy color: '#D8175B'

red 216 ◦ green 23 ◦ blue 91

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

Shades of Ruby #D8175B

Tints of Ruby #D8175B

RGB

 RED value IS 216 (84.77% from 255) = 65.45%

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 65.45%
G = 6.97%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8175B (or 0xD8175B) is known color: Ruby. HEX triplet: D8, 17 and 5B. RGB value is (216,23,91). Sum of RGB (Red+Green+Blue) = 216+23+91=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8175B is #27E8A4. Grayscale: #585858. Windows color (decimal): -2615461 or 5969880. OLE color: 5969880.

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

Color convert

RGB 216 23 91 -
CMYK 0 0.89 0.58 0.15
HSL 338.86º 0.81% 0.47% -
HSV(B) 338.86º 0.89% 0.85% -
XYZ 30.51 15.97 11.37 -
YUV 88.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 216 23 91 0 0.89 0.58 0.15 338.86 0.81 0.47
Hex D8 17 5B 0 59 3A F 153 51 2F
Octal 330 27 133 0 131 72 17 523 121 57
Binary 11011000 10111 1011011 0 1011001 111010 1111 101010011 1010001 101111

Color Harmonies of #D8175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8175B

Black with #D8175B

Text Example


Text Example

White with #D8175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8175B; }

 p { color: rgb(216,23,91); }

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

background-color css

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

 a { background-color: rgb(216,23,91); }

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

border-color css

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

 span { border-color: rgb(216,23,91); }

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