Html Css Color HEX #D6116E Ruby

📋 copy color: '#D6116E'

red 214 ◦ green 17 ◦ blue 110

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

Shades of Ruby #D6116E

Tints of Ruby #D6116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.99%

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 62.76%
G = 4.99%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6116E (or 0xD6116E) is known color: Ruby. HEX triplet: D6, 11 and 6E. RGB value is (214,17,110). Sum of RGB (Red+Green+Blue) = 214+17+110=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6116E is #29EE91. Grayscale: #565656. Windows color (decimal): -2748050 or 7213526. OLE color: 7213526.

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

Color convert

RGB 214 17 110 -
CMYK 0 0.92 0.49 0.16
HSL 331.68º 0.85% 0.45% -
HSV(B) 331.68º 0.92% 0.84% -
XYZ 30.75 15.82 16.19 -
YUV 86.51 141.27 218.94 -
System Red Green Blue C M Y K H S L
Decimal 214 17 110 0 0.92 0.49 0.16 331.68 0.85 0.45
Hex D6 11 6E 0 5C 31 10 14C 55 2D
Octal 326 21 156 0 134 61 20 514 125 55
Binary 11010110 10001 1101110 0 1011100 110001 10000 101001100 1010101 101101

Color Harmonies of #D6116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6116E

Black with #D6116E

Text Example


Text Example

White with #D6116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6116E; }

 p { color: rgb(214,17,110); }

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

background-color css

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

 a { background-color: rgb(214,17,110); }

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

border-color css

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

 span { border-color: rgb(214,17,110); }

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