Html Css Color HEX #D8175C Ruby

📋 copy color: '#D8175C'

red 216 ◦ green 23 ◦ blue 92

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

Shades of Ruby #D8175C

Tints of Ruby #D8175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 65.26%
G = 6.95%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8175C (or 0xD8175C) is known color: Ruby. HEX triplet: D8, 17 and 5C. RGB value is (216,23,92). Sum of RGB (Red+Green+Blue) = 216+23+92=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8175C is #27E8A3. Grayscale: #585858. Windows color (decimal): -2615460 or 6035416. OLE color: 6035416.

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

Color convert

RGB 216 23 92 -
CMYK 0 0.89 0.57 0.15
HSL 338.55º 0.81% 0.47% -
HSV(B) 338.55º 0.89% 0.85% -
XYZ 30.56 15.98 11.6 -
YUV 88.57 129.94 218.89 -
System Red Green Blue C M Y K H S L
Decimal 216 23 92 0 0.89 0.57 0.15 338.55 0.81 0.47
Hex D8 17 5C 0 59 39 F 153 51 2F
Octal 330 27 134 0 131 71 17 523 121 57
Binary 11011000 10111 1011100 0 1011001 111001 1111 101010011 1010001 101111

Color Harmonies of #D8175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8175C

Black with #D8175C

Text Example


Text Example

White with #D8175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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