Html Css Color HEX #D8175A Ruby

📋 copy color: '#D8175A'

red 216 ◦ green 23 ◦ blue 90

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

Shades of Ruby #D8175A

Tints of Ruby #D8175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 65.65%
G = 6.99%
B = 27.36%

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

#D8175A (or 0xD8175A) is known color: Ruby. HEX triplet: D8, 17 and 5A. RGB value is (216,23,90). Sum of RGB (Red+Green+Blue) = 216+23+90=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8175A is #27E8A5. Grayscale: #585858. Windows color (decimal): -2615462 or 5904344. OLE color: 5904344.

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

Color convert

RGB 216 23 90 -
CMYK 0 0.89 0.58 0.15
HSL 339.17º 0.81% 0.47% -
HSV(B) 339.17º 0.89% 0.85% -
XYZ 30.47 15.95 11.15 -
YUV 88.35 128.94 219.05 -
System Red Green Blue C M Y K H S L
Decimal 216 23 90 0 0.89 0.58 0.15 339.17 0.81 0.47
Hex D8 17 5A 0 59 3A F 153 51 2F
Octal 330 27 132 0 131 72 17 523 121 57
Binary 11011000 10111 1011010 0 1011001 111010 1111 101010011 1010001 101111

Color Harmonies of #D8175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8175A

Black with #D8175A

Text Example


Text Example

White with #D8175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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