Html Css Color HEX #D11C70 Ruby

📋 copy color: '#D11C70'

red 209 ◦ green 28 ◦ blue 112

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

Shades of Ruby #D11C70

Tints of Ruby #D11C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 59.89%
G = 8.02%
B = 32.09%

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

#D11C70 (or 0xD11C70) is known color: Ruby. HEX triplet: D1, 1C and 70. RGB value is (209,28,112). Sum of RGB (Red+Green+Blue) = 209+28+112=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C70 is #2EE38F. Grayscale: #5B5B5B. Windows color (decimal): -3072912 or 7347409. OLE color: 7347409.

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

Color convert

RGB 209 28 112 -
CMYK 0 0.87 0.46 0.18
HSL 332.15º 0.76% 0.46% -
HSV(B) 332.15º 0.87% 0.82% -
XYZ 29.63 15.56 16.77 -
YUV 91.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 209 28 112 0 0.87 0.46 0.18 332.15 0.76 0.46
Hex D1 1C 70 0 57 2E 12 14C 4C 2E
Octal 321 34 160 0 127 56 22 514 114 56
Binary 11010001 11100 1110000 0 1010111 101110 10010 101001100 1001100 101110

Color Harmonies of #D11C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C70

Black with #D11C70

Text Example


Text Example

White with #D11C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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