Html Css Color HEX #D6166F Ruby

📋 copy color: '#D6166F'

red 214 ◦ green 22 ◦ blue 111

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

Shades of Ruby #D6166F

Tints of Ruby #D6166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.34%

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

R = 61.67%
G = 6.34%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6166F (or 0xD6166F) is known color: Ruby. HEX triplet: D6, 16 and 6F. RGB value is (214,22,111). Sum of RGB (Red+Green+Blue) = 214+22+111=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6166F is #29E990. Grayscale: #595959. Windows color (decimal): -2746769 or 7280342. OLE color: 7280342.

HSL color Cylindrical-coordinate representation of color #D6166F: hue angle of 332.19º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6166F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 111 -
CMYK 0 0.90 0.48 0.16
HSL 332.19º 0.81% 0.46% -
HSV(B) 332.19º 0.9% 0.84% -
XYZ 30.89 16.02 16.5 -
YUV 89.55 140.11 216.76 -
System Red Green Blue C M Y K H S L
Decimal 214 22 111 0 0.90 0.48 0.16 332.19 0.81 0.46
Hex D6 16 6F 0 5A 30 10 14C 51 2E
Octal 326 26 157 0 132 60 20 514 121 56
Binary 11010110 10110 1101111 0 1011010 110000 10000 101001100 1010001 101110

Color Harmonies of #D6166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6166F

Black with #D6166F

Text Example


Text Example

White with #D6166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6166F; }

 p { color: rgb(214,22,111); }

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

background-color css

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

 a { background-color: rgb(214,22,111); }

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

border-color css

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

 span { border-color: rgb(214,22,111); }

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