Html Css Color HEX #D11C60 Ruby

📋 copy color: '#D11C60'

red 209 ◦ green 28 ◦ blue 96

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

Shades of Ruby #D11C60

Tints of Ruby #D11C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 62.76%
G = 8.41%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D11C60 (or 0xD11C60) is known color: Ruby. HEX triplet: D1, 1C and 60. RGB value is (209,28,96). Sum of RGB (Red+Green+Blue) = 209+28+96=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C60 is #2EE39F. Grayscale: #595959. Windows color (decimal): -3072928 or 6298833. OLE color: 6298833.

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

Color convert

RGB 209 28 96 -
CMYK 0 0.87 0.54 0.18
HSL 337.46º 0.76% 0.46% -
HSV(B) 337.46º 0.87% 0.82% -
XYZ 28.82 15.23 12.49 -
YUV 89.87 131.47 212.97 -
System Red Green Blue C M Y K H S L
Decimal 209 28 96 0 0.87 0.54 0.18 337.46 0.76 0.46
Hex D1 1C 60 0 57 36 12 151 4C 2E
Octal 321 34 140 0 127 66 22 521 114 56
Binary 11010001 11100 1100000 0 1010111 110110 10010 101010001 1001100 101110

Color Harmonies of #D11C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C60

Black with #D11C60

Text Example


Text Example

White with #D11C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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