Html Css Color HEX #D1175A Ruby

📋 copy color: '#D1175A'

red 209 ◦ green 23 ◦ blue 90

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

Shades of Ruby #D1175A

Tints of Ruby #D1175A

RGB

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

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

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

R = 64.91%
G = 7.14%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1175A (or 0xD1175A) is known color: Ruby. HEX triplet: D1, 17 and 5A. RGB value is (209,23,90). Sum of RGB (Red+Green+Blue) = 209+23+90=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1175A is #2EE8A5. Grayscale: #565656. Windows color (decimal): -3074214 or 5904337. OLE color: 5904337.

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

Color convert

RGB 209 23 90 -
CMYK 0 0.89 0.57 0.18
HSL 338.39º 0.8% 0.45% -
HSV(B) 338.39º 0.89% 0.82% -
XYZ 28.45 14.91 11.05 -
YUV 86.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 209 23 90 0 0.89 0.57 0.18 338.39 0.8 0.45
Hex D1 17 5A 0 59 39 12 152 50 2D
Octal 321 27 132 0 131 71 22 522 120 55
Binary 11010001 10111 1011010 0 1011001 111001 10010 101010010 1010000 101101

Color Harmonies of #D1175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1175A

Black with #D1175A

Text Example


Text Example

White with #D1175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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