Html Css Color HEX #D7166E Ruby

📋 copy color: '#D7166E'

red 215 ◦ green 22 ◦ blue 110

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

Shades of Ruby #D7166E

Tints of Ruby #D7166E

RGB

 RED value IS 215 (84.38% from 255) = 61.96%

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

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

R = 61.96%
G = 6.34%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7166E (or 0xD7166E) is known color: Ruby. HEX triplet: D7, 16 and 6E. RGB value is (215,22,110). Sum of RGB (Red+Green+Blue) = 215+22+110=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7166E is #28E991. Grayscale: #595959. Windows color (decimal): -2681234 or 7214807. OLE color: 7214807.

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

Color convert

RGB 215 22 110 -
CMYK 0 0.90 0.49 0.16
HSL 332.64º 0.81% 0.46% -
HSV(B) 332.64º 0.9% 0.84% -
XYZ 31.13 16.15 16.23 -
YUV 89.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 215 22 110 0 0.90 0.49 0.16 332.64 0.81 0.46
Hex D7 16 6E 0 5A 31 10 14D 51 2E
Octal 327 26 156 0 132 61 20 515 121 56
Binary 11010111 10110 1101110 0 1011010 110001 10000 101001101 1010001 101110

Color Harmonies of #D7166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7166E

Black with #D7166E

Text Example


Text Example

White with #D7166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7166E; }

 p { color: rgb(215,22,110); }

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

background-color css

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

 a { background-color: rgb(215,22,110); }

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

border-color css

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

 span { border-color: rgb(215,22,110); }

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