Html Css Color HEX #D1175D Ruby

📋 copy color: '#D1175D'

red 209 ◦ green 23 ◦ blue 93

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

Shades of Ruby #D1175D

Tints of Ruby #D1175D

RGB

 RED value IS 209 (82.03% from 255) = 64.31%

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

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

R = 64.31%
G = 7.08%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1175D (or 0xD1175D) is known color: Ruby. HEX triplet: D1, 17 and 5D. RGB value is (209,23,93). Sum of RGB (Red+Green+Blue) = 209+23+93=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1175D is #2EE8A2. Grayscale: #565656. Windows color (decimal): -3074211 or 6100945. OLE color: 6100945.

HSL color Cylindrical-coordinate representation of color #D1175D: hue angle of 337.42º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1175D is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 93 -
CMYK 0 0.89 0.56 0.18
HSL 337.42º 0.8% 0.45% -
HSV(B) 337.42º 0.89% 0.82% -
XYZ 28.58 14.96 11.74 -
YUV 86.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 209 23 93 0 0.89 0.56 0.18 337.42 0.8 0.45
Hex D1 17 5D 0 59 38 12 151 50 2D
Octal 321 27 135 0 131 70 22 521 120 55
Binary 11010001 10111 1011101 0 1011001 111000 10010 101010001 1010000 101101

Color Harmonies of #D1175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1175D

Black with #D1175D

Text Example


Text Example

White with #D1175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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