Html Css Color HEX #D9106A Ruby

📋 copy color: '#D9106A'

red 217 ◦ green 16 ◦ blue 106

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

Shades of Ruby #D9106A

Tints of Ruby #D9106A

RGB

 RED value IS 217 (85.16% from 255) = 64.01%

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 64.01%
G = 4.72%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9106A (or 0xD9106A) is known color: Ruby. HEX triplet: D9, 10 and 6A. RGB value is (217,16,106). Sum of RGB (Red+Green+Blue) = 217+16+106=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D9106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9106A is #26EF95. Grayscale: #565656. Windows color (decimal): -2551702 or 6951129. OLE color: 6951129.

HSL color Cylindrical-coordinate representation of color #D9106A: hue angle of 333.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9106A is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 106 -
CMYK 0 0.93 0.51 0.15
HSL 333.13º 0.86% 0.46% -
HSV(B) 333.13º 0.93% 0.85% -
XYZ 31.4 16.16 15.1 -
YUV 86.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 217 16 106 0 0.93 0.51 0.15 333.13 0.86 0.46
Hex D9 10 6A 0 5D 33 F 14D 56 2E
Octal 331 20 152 0 135 63 17 515 126 56
Binary 11011001 10000 1101010 0 1011101 110011 1111 101001101 1010110 101110

Color Harmonies of #D9106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9106A

Black with #D9106A

Text Example


Text Example

White with #D9106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9106A; }

 p { color: rgb(217,16,106); }

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

background-color css

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

 a { background-color: rgb(217,16,106); }

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

border-color css

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

 span { border-color: rgb(217,16,106); }

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