Html Css Color HEX #D7175A Ruby

📋 copy color: '#D7175A'

red 215 ◦ green 23 ◦ blue 90

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

Shades of Ruby #D7175A

Tints of Ruby #D7175A

RGB

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

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

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

R = 65.55%
G = 7.01%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7175A (or 0xD7175A) is known color: Ruby. HEX triplet: D7, 17 and 5A. RGB value is (215,23,90). Sum of RGB (Red+Green+Blue) = 215+23+90=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7175A is #28E8A5. Grayscale: #575757. Windows color (decimal): -2680998 or 5904343. OLE color: 5904343.

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

Color convert

RGB 215 23 90 -
CMYK 0 0.89 0.58 0.16
HSL 339.06º 0.81% 0.47% -
HSV(B) 339.06º 0.89% 0.84% -
XYZ 30.18 15.8 11.13 -
YUV 88.05 129.11 218.55 -
System Red Green Blue C M Y K H S L
Decimal 215 23 90 0 0.89 0.58 0.16 339.06 0.81 0.47
Hex D7 17 5A 0 59 3A 10 153 51 2F
Octal 327 27 132 0 131 72 20 523 121 57
Binary 11010111 10111 1011010 0 1011001 111010 10000 101010011 1010001 101111

Color Harmonies of #D7175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7175A

Black with #D7175A

Text Example


Text Example

White with #D7175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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