Html Css Color HEX #D11B56 Ruby

📋 copy color: '#D11B56'

red 209 ◦ green 27 ◦ blue 86

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

Shades of Ruby #D11B56

Tints of Ruby #D11B56

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.39%

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 64.91%
G = 8.39%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D11B56 (or 0xD11B56) is known color: Ruby. HEX triplet: D1, 1B and 56. RGB value is (209,27,86). Sum of RGB (Red+Green+Blue) = 209+27+86=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11B56 is #2EE4A9. Grayscale: #585858. Windows color (decimal): -3073194 or 5643217. OLE color: 5643217.

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

Color convert

RGB 209 27 86 -
CMYK 0 0.87 0.59 0.18
HSL 340.55º 0.77% 0.46% -
HSV(B) 340.55º 0.87% 0.82% -
XYZ 28.37 15.01 10.21 -
YUV 88.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 209 27 86 0 0.87 0.59 0.18 340.55 0.77 0.46
Hex D1 1B 56 0 57 3B 12 155 4D 2E
Octal 321 33 126 0 127 73 22 525 115 56
Binary 11010001 11011 1010110 0 1010111 111011 10010 101010101 1001101 101110

Color Harmonies of #D11B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11B56

Black with #D11B56

Text Example


Text Example

White with #D11B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11B56; }

 p { color: rgb(209,27,86); }

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

background-color css

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

 a { background-color: rgb(209,27,86); }

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

border-color css

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

 span { border-color: rgb(209,27,86); }

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