Html Css Color HEX #D7175D Ruby

📋 copy color: '#D7175D'

red 215 ◦ green 23 ◦ blue 93

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

Shades of Ruby #D7175D

Tints of Ruby #D7175D

RGB

 RED value IS 215 (84.38% from 255) = 64.95%

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 64.95%
G = 6.95%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7175D (or 0xD7175D) is known color: Ruby. HEX triplet: D7, 17 and 5D. RGB value is (215,23,93). Sum of RGB (Red+Green+Blue) = 215+23+93=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7175D is #28E8A2. Grayscale: #585858. Windows color (decimal): -2680995 or 6100951. OLE color: 6100951.

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

Color convert

RGB 215 23 93 -
CMYK 0 0.89 0.57 0.16
HSL 338.13º 0.81% 0.47% -
HSV(B) 338.13º 0.89% 0.84% -
XYZ 30.31 15.85 11.82 -
YUV 88.39 130.61 218.31 -
System Red Green Blue C M Y K H S L
Decimal 215 23 93 0 0.89 0.57 0.16 338.13 0.81 0.47
Hex D7 17 5D 0 59 39 10 152 51 2F
Octal 327 27 135 0 131 71 20 522 121 57
Binary 11010111 10111 1011101 0 1011001 111001 10000 101010010 1010001 101111

Color Harmonies of #D7175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7175D

Black with #D7175D

Text Example


Text Example

White with #D7175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7175D; }

 p { color: rgb(215,23,93); }

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

background-color css

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

 a { background-color: rgb(215,23,93); }

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

border-color css

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

 span { border-color: rgb(215,23,93); }

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