Html Css Color HEX #D11A5D Ruby

📋 copy color: '#D11A5D'

red 209 ◦ green 26 ◦ blue 93

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

Shades of Ruby #D11A5D

Tints of Ruby #D11A5D

RGB

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

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

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

R = 63.72%
G = 7.93%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D11A5D (or 0xD11A5D) is known color: Ruby. HEX triplet: D1, 1A and 5D. RGB value is (209,26,93). Sum of RGB (Red+Green+Blue) = 209+26+93=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A5D is #2EE5A2. Grayscale: #585858. Windows color (decimal): -3073443 or 6101713. OLE color: 6101713.

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

Color convert

RGB 209 26 93 -
CMYK 0 0.88 0.56 0.18
HSL 338.03º 0.78% 0.46% -
HSV(B) 338.03º 0.88% 0.82% -
XYZ 28.64 15.08 11.76 -
YUV 88.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 209 26 93 0 0.88 0.56 0.18 338.03 0.78 0.46
Hex D1 1A 5D 0 58 38 12 152 4E 2E
Octal 321 32 135 0 130 70 22 522 116 56
Binary 11010001 11010 1011101 0 1011000 111000 10010 101010010 1001110 101110

Color Harmonies of #D11A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A5D

Black with #D11A5D

Text Example


Text Example

White with #D11A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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