Html Css Color HEX #D8106F Ruby

📋 copy color: '#D8106F'

red 216 ◦ green 16 ◦ blue 111

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

Shades of Ruby #D8106F

Tints of Ruby #D8106F

RGB

 RED value IS 216 (84.77% from 255) = 62.97%

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

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 62.97%
G = 4.66%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8106F (or 0xD8106F) is known color: Ruby. HEX triplet: D8, 10 and 6F. RGB value is (216,16,111). Sum of RGB (Red+Green+Blue) = 216+16+111=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8106F is #27EF90. Grayscale: #565656. Windows color (decimal): -2617233 or 7278808. OLE color: 7278808.

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

Color convert

RGB 216 16 111 -
CMYK 0 0.93 0.49 0.15
HSL 331.5º 0.86% 0.45% -
HSV(B) 331.5º 0.93% 0.85% -
XYZ 31.37 16.12 16.5 -
YUV 86.63 141.76 220.28 -
System Red Green Blue C M Y K H S L
Decimal 216 16 111 0 0.93 0.49 0.15 331.5 0.86 0.45
Hex D8 10 6F 0 5D 31 F 14C 56 2D
Octal 330 20 157 0 135 61 17 514 126 55
Binary 11011000 10000 1101111 0 1011101 110001 1111 101001100 1010110 101101

Color Harmonies of #D8106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8106F

Black with #D8106F

Text Example


Text Example

White with #D8106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8106F; }

 p { color: rgb(216,16,111); }

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

background-color css

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

 a { background-color: rgb(216,16,111); }

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

border-color css

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

 span { border-color: rgb(216,16,111); }

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