Html Css Color HEX #D6106B Ruby

📋 copy color: '#D6106B'

red 214 ◦ green 16 ◦ blue 107

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

Shades of Ruby #D6106B

Tints of Ruby #D6106B

RGB

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

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

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

R = 63.5%
G = 4.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6106B (or 0xD6106B) is known color: Ruby. HEX triplet: D6, 10 and 6B. RGB value is (214,16,107). Sum of RGB (Red+Green+Blue) = 214+16+107=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D6106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6106B is #29EF94. Grayscale: #555555. Windows color (decimal): -2748309 or 7016662. OLE color: 7016662.

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

Color convert

RGB 214 16 107 -
CMYK 0 0.93 0.50 0.16
HSL 332.42º 0.86% 0.45% -
HSV(B) 332.42º 0.93% 0.84% -
XYZ 30.57 15.73 15.33 -
YUV 85.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 214 16 107 0 0.93 0.50 0.16 332.42 0.86 0.45
Hex D6 10 6B 0 5D 32 10 14C 56 2D
Octal 326 20 153 0 135 62 20 514 126 55
Binary 11010110 10000 1101011 0 1011101 110010 10000 101001100 1010110 101101

Color Harmonies of #D6106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6106B

Black with #D6106B

Text Example


Text Example

White with #D6106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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