Html Css Color HEX #D9106D Ruby

📋 copy color: '#D9106D'

red 217 ◦ green 16 ◦ blue 109

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

Shades of Ruby #D9106D

Tints of Ruby #D9106D

RGB

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

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

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

R = 63.45%
G = 4.68%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9106D (or 0xD9106D) is known color: Ruby. HEX triplet: D9, 10 and 6D. RGB value is (217,16,109). Sum of RGB (Red+Green+Blue) = 217+16+109=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9106D is #26EF92. Grayscale: #565656. Windows color (decimal): -2551699 or 7147737. OLE color: 7147737.

HSL color Cylindrical-coordinate representation of color #D9106D: hue angle of 332.24º 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 #D9106D is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 109 -
CMYK 0 0.93 0.50 0.15
HSL 332.24º 0.86% 0.46% -
HSV(B) 332.24º 0.93% 0.85% -
XYZ 31.56 16.23 15.94 -
YUV 86.7 140.59 220.94 -
System Red Green Blue C M Y K H S L
Decimal 217 16 109 0 0.93 0.50 0.15 332.24 0.86 0.46
Hex D9 10 6D 0 5D 32 F 14C 56 2E
Octal 331 20 155 0 135 62 17 514 126 56
Binary 11011001 10000 1101101 0 1011101 110010 1111 101001100 1010110 101110

Color Harmonies of #D9106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9106D

Black with #D9106D

Text Example


Text Example

White with #D9106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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