Html Css Color HEX #D9175B Ruby

📋 copy color: '#D9175B'

red 217 ◦ green 23 ◦ blue 91

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

Shades of Ruby #D9175B

Tints of Ruby #D9175B

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

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

R = 65.56%
G = 6.95%
B = 27.49%

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

#D9175B (or 0xD9175B) is known color: Ruby. HEX triplet: D9, 17 and 5B. RGB value is (217,23,91). Sum of RGB (Red+Green+Blue) = 217+23+91=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9175B is #26E8A4. Grayscale: #585858. Windows color (decimal): -2549925 or 5969881. OLE color: 5969881.

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

Color convert

RGB 217 23 91 -
CMYK 0 0.89 0.58 0.15
HSL 338.97º 0.81% 0.47% -
HSV(B) 338.97º 0.89% 0.85% -
XYZ 30.81 16.12 11.39 -
YUV 88.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 217 23 91 0 0.89 0.58 0.15 338.97 0.81 0.47
Hex D9 17 5B 0 59 3A F 153 51 2F
Octal 331 27 133 0 131 72 17 523 121 57
Binary 11011001 10111 1011011 0 1011001 111010 1111 101010011 1010001 101111

Color Harmonies of #D9175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9175B

Black with #D9175B

Text Example


Text Example

White with #D9175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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