Html Css Color HEX #D11A5E Ruby

📋 copy color: '#D11A5E'

red 209 ◦ green 26 ◦ blue 94

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

Shades of Ruby #D11A5E

Tints of Ruby #D11A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

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

R = 63.53%
G = 7.9%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D11A5E (or 0xD11A5E) is known color: Ruby. HEX triplet: D1, 1A and 5E. RGB value is (209,26,94). Sum of RGB (Red+Green+Blue) = 209+26+94=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A5E is #2EE5A1. Grayscale: #585858. Windows color (decimal): -3073442 or 6167249. OLE color: 6167249.

HSL color Cylindrical-coordinate representation of color #D11A5E: hue angle of 337.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A5E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 94 -
CMYK 0 0.88 0.55 0.18
HSL 337.7º 0.78% 0.46% -
HSV(B) 337.7º 0.88% 0.82% -
XYZ 28.68 15.1 11.99 -
YUV 88.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 209 26 94 0 0.88 0.55 0.18 337.7 0.78 0.46
Hex D1 1A 5E 0 58 37 12 152 4E 2E
Octal 321 32 136 0 130 67 22 522 116 56
Binary 11010001 11010 1011110 0 1011000 110111 10010 101010010 1001110 101110

Color Harmonies of #D11A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A5E

Black with #D11A5E

Text Example


Text Example

White with #D11A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A5E; }

 p { color: rgb(209,26,94); }

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

background-color css

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

 a { background-color: rgb(209,26,94); }

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

border-color css

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

 span { border-color: rgb(209,26,94); }

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