Html Css Color HEX #D9106B Ruby

📋 copy color: '#D9106B'

red 217 ◦ green 16 ◦ blue 107

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

Shades of Ruby #D9106B

Tints of Ruby #D9106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 63.82%
G = 4.71%
B = 31.47%

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

#D9106B (or 0xD9106B) is known color: Ruby. HEX triplet: D9, 10 and 6B. RGB value is (217,16,107). Sum of RGB (Red+Green+Blue) = 217+16+107=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D9106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9106B is #26EF94. Grayscale: #565656. Windows color (decimal): -2551701 or 7016665. OLE color: 7016665.

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

Color convert

RGB 217 16 107 -
CMYK 0 0.93 0.51 0.15
HSL 332.84º 0.86% 0.46% -
HSV(B) 332.84º 0.93% 0.85% -
XYZ 31.45 16.18 15.38 -
YUV 86.47 139.59 221.1 -
System Red Green Blue C M Y K H S L
Decimal 217 16 107 0 0.93 0.51 0.15 332.84 0.86 0.46
Hex D9 10 6B 0 5D 33 F 14D 56 2E
Octal 331 20 153 0 135 63 17 515 126 56
Binary 11011001 10000 1101011 0 1011101 110011 1111 101001101 1010110 101110

Color Harmonies of #D9106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9106B

Black with #D9106B

Text Example


Text Example

White with #D9106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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