Html Css Color HEX #D6106D Ruby

📋 copy color: '#D6106D'

red 214 ◦ green 16 ◦ blue 109

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

Shades of Ruby #D6106D

Tints of Ruby #D6106D

RGB

 RED value IS 214 (83.98% from 255) = 63.13%

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

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

R = 63.13%
G = 4.72%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6106D (or 0xD6106D) is known color: Ruby. HEX triplet: D6, 10 and 6D. RGB value is (214,16,109). Sum of RGB (Red+Green+Blue) = 214+16+109=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6106D is #29EF92. Grayscale: #555555. Windows color (decimal): -2748307 or 7147734. OLE color: 7147734.

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

Color convert

RGB 214 16 109 -
CMYK 0 0.93 0.49 0.16
HSL 331.82º 0.86% 0.45% -
HSV(B) 331.82º 0.93% 0.84% -
XYZ 30.68 15.77 15.9 -
YUV 85.8 141.1 219.44 -
System Red Green Blue C M Y K H S L
Decimal 214 16 109 0 0.93 0.49 0.16 331.82 0.86 0.45
Hex D6 10 6D 0 5D 31 10 14C 56 2D
Octal 326 20 155 0 135 61 20 514 126 55
Binary 11010110 10000 1101101 0 1011101 110001 10000 101001100 1010110 101101

Color Harmonies of #D6106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6106D

Black with #D6106D

Text Example


Text Example

White with #D6106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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