Html Css Color HEX #D11C5E Ruby

📋 copy color: '#D11C5E'

red 209 ◦ green 28 ◦ blue 94

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

Shades of Ruby #D11C5E

Tints of Ruby #D11C5E

RGB

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

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

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

R = 63.14%
G = 8.46%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D11C5E (or 0xD11C5E) is known color: Ruby. HEX triplet: D1, 1C and 5E. RGB value is (209,28,94). Sum of RGB (Red+Green+Blue) = 209+28+94=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C5E is #2EE3A1. Grayscale: #595959. Windows color (decimal): -3072930 or 6167761. OLE color: 6167761.

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

Color convert

RGB 209 28 94 -
CMYK 0 0.87 0.55 0.18
HSL 338.12º 0.76% 0.46% -
HSV(B) 338.12º 0.87% 0.82% -
XYZ 28.73 15.19 12.01 -
YUV 89.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 209 28 94 0 0.87 0.55 0.18 338.12 0.76 0.46
Hex D1 1C 5E 0 57 37 12 152 4C 2E
Octal 321 34 136 0 127 67 22 522 114 56
Binary 11010001 11100 1011110 0 1010111 110111 10010 101010010 1001100 101110

Color Harmonies of #D11C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C5E

Black with #D11C5E

Text Example


Text Example

White with #D11C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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