Html Css Color HEX #D11A70 Ruby

📋 copy color: '#D11A70'

red 209 ◦ green 26 ◦ blue 112

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

Shades of Ruby #D11A70

Tints of Ruby #D11A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

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

R = 60.23%
G = 7.49%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D11A70 (or 0xD11A70) is known color: Ruby. HEX triplet: D1, 1A and 70. RGB value is (209,26,112). Sum of RGB (Red+Green+Blue) = 209+26+112=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A70 is #2EE58F. Grayscale: #5A5A5A. Windows color (decimal): -3073424 or 7346897. OLE color: 7346897.

HSL color Cylindrical-coordinate representation of color #D11A70: hue angle of 331.8º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A70 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 112 -
CMYK 0 0.88 0.46 0.18
HSL 331.8º 0.78% 0.46% -
HSV(B) 331.8º 0.88% 0.82% -
XYZ 29.59 15.46 16.75 -
YUV 90.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 209 26 112 0 0.88 0.46 0.18 331.8 0.78 0.46
Hex D1 1A 70 0 58 2E 12 14C 4E 2E
Octal 321 32 160 0 130 56 22 514 116 56
Binary 11010001 11010 1110000 0 1011000 101110 10010 101001100 1001110 101110

Color Harmonies of #D11A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A70

Black with #D11A70

Text Example


Text Example

White with #D11A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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