Html Css Color HEX #D11A6A Ruby

📋 copy color: '#D11A6A'

red 209 ◦ green 26 ◦ blue 106

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

Shades of Ruby #D11A6A

Tints of Ruby #D11A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 61.29%
G = 7.62%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D11A6A (or 0xD11A6A) is known color: Ruby. HEX triplet: D1, 1A and 6A. RGB value is (209,26,106). Sum of RGB (Red+Green+Blue) = 209+26+106=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A6A is #2EE595. Grayscale: #595959. Windows color (decimal): -3073430 or 6953681. OLE color: 6953681.

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

Color convert

RGB 209 26 106 -
CMYK 0 0.88 0.49 0.18
HSL 333.77º 0.78% 0.46% -
HSV(B) 333.77º 0.88% 0.82% -
XYZ 29.27 15.33 15.05 -
YUV 89.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 209 26 106 0 0.88 0.49 0.18 333.77 0.78 0.46
Hex D1 1A 6A 0 58 31 12 14E 4E 2E
Octal 321 32 152 0 130 61 22 516 116 56
Binary 11010001 11010 1101010 0 1011000 110001 10010 101001110 1001110 101110

Color Harmonies of #D11A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A6A

Black with #D11A6A

Text Example


Text Example

White with #D11A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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