Html Css Color HEX #D11C5D Ruby

📋 copy color: '#D11C5D'

red 209 ◦ green 28 ◦ blue 93

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

Shades of Ruby #D11C5D

Tints of Ruby #D11C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

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

R = 63.33%
G = 8.48%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D11C5D (or 0xD11C5D) is known color: Ruby. HEX triplet: D1, 1C and 5D. RGB value is (209,28,93). Sum of RGB (Red+Green+Blue) = 209+28+93=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C5D is #2EE3A2. Grayscale: #595959. Windows color (decimal): -3072931 or 6102225. OLE color: 6102225.

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

Color convert

RGB 209 28 93 -
CMYK 0 0.87 0.56 0.18
HSL 338.45º 0.76% 0.46% -
HSV(B) 338.45º 0.87% 0.82% -
XYZ 28.69 15.18 11.77 -
YUV 89.53 129.97 213.21 -
System Red Green Blue C M Y K H S L
Decimal 209 28 93 0 0.87 0.56 0.18 338.45 0.76 0.46
Hex D1 1C 5D 0 57 38 12 152 4C 2E
Octal 321 34 135 0 127 70 22 522 114 56
Binary 11010001 11100 1011101 0 1010111 111000 10010 101010010 1001100 101110

Color Harmonies of #D11C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C5D

Black with #D11C5D

Text Example


Text Example

White with #D11C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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