Html Css Color HEX #D11A6D Ruby

📋 copy color: '#D11A6D'

red 209 ◦ green 26 ◦ blue 109

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

Shades of Ruby #D11A6D

Tints of Ruby #D11A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 60.76%
G = 7.56%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D11A6D (or 0xD11A6D) is known color: Ruby. HEX triplet: D1, 1A and 6D. RGB value is (209,26,109). Sum of RGB (Red+Green+Blue) = 209+26+109=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A6D is #2EE592. Grayscale: #5A5A5A. Windows color (decimal): -3073427 or 7150289. OLE color: 7150289.

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

Color convert

RGB 209 26 109 -
CMYK 0 0.88 0.48 0.18
HSL 332.79º 0.78% 0.46% -
HSV(B) 332.79º 0.88% 0.82% -
XYZ 29.42 15.4 15.89 -
YUV 90.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 209 26 109 0 0.88 0.48 0.18 332.79 0.78 0.46
Hex D1 1A 6D 0 58 30 12 14D 4E 2E
Octal 321 32 155 0 130 60 22 515 116 56
Binary 11010001 11010 1101101 0 1011000 110000 10010 101001101 1001110 101110

Color Harmonies of #D11A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A6D

Black with #D11A6D

Text Example


Text Example

White with #D11A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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