Html Css Color HEX #D11C71 Ruby

📋 copy color: '#D11C71'

red 209 ◦ green 28 ◦ blue 113

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

Shades of Ruby #D11C71

Tints of Ruby #D11C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 59.71%
G = 8%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D11C71 (or 0xD11C71) is known color: Ruby. HEX triplet: D1, 1C and 71. RGB value is (209,28,113). Sum of RGB (Red+Green+Blue) = 209+28+113=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C71 is #2EE38E. Grayscale: #5B5B5B. Windows color (decimal): -3072911 or 7412945. OLE color: 7412945.

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

Color convert

RGB 209 28 113 -
CMYK 0 0.87 0.46 0.18
HSL 331.82º 0.76% 0.46% -
HSV(B) 331.82º 0.87% 0.82% -
XYZ 29.69 15.58 17.06 -
YUV 91.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 209 28 113 0 0.87 0.46 0.18 331.82 0.76 0.46
Hex D1 1C 71 0 57 2E 12 14C 4C 2E
Octal 321 34 161 0 127 56 22 514 114 56
Binary 11010001 11100 1110001 0 1010111 101110 10010 101001100 1001100 101110

Color Harmonies of #D11C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C71

Black with #D11C71

Text Example


Text Example

White with #D11C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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