Html Css Color HEX #D3175E Ruby

📋 copy color: '#D3175E'

red 211 ◦ green 23 ◦ blue 94

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

Shades of Ruby #D3175E

Tints of Ruby #D3175E

RGB

 RED value IS 211 (82.81% from 255) = 64.33%

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

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 64.33%
G = 7.01%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3175E (or 0xD3175E) is known color: Ruby. HEX triplet: D3, 17 and 5E. RGB value is (211,23,94). Sum of RGB (Red+Green+Blue) = 211+23+94=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D3175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3175E is #2CE8A1. Grayscale: #575757. Windows color (decimal): -2943138 or 6166483. OLE color: 6166483.

HSL color Cylindrical-coordinate representation of color #D3175E: hue angle of 337.34º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3175E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 23 94 -
CMYK 0 0.89 0.55 0.17
HSL 337.34º 0.8% 0.46% -
HSV(B) 337.34º 0.89% 0.83% -
XYZ 29.19 15.27 12 -
YUV 87.31 131.78 216.23 -
System Red Green Blue C M Y K H S L
Decimal 211 23 94 0 0.89 0.55 0.17 337.34 0.8 0.46
Hex D3 17 5E 0 59 37 11 151 50 2E
Octal 323 27 136 0 131 67 21 521 120 56
Binary 11010011 10111 1011110 0 1011001 110111 10001 101010001 1010000 101110

Color Harmonies of #D3175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3175E

Black with #D3175E

Text Example


Text Example

White with #D3175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3175E; }

 p { color: rgb(211,23,94); }

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

background-color css

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

 a { background-color: rgb(211,23,94); }

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

border-color css

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

 span { border-color: rgb(211,23,94); }

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