#D71662

Color #D71662 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #D71662

Tints of Ruby #D71662

Color information

#D71662 (or 0xD71662) is unknown color: approx Ruby. HEX triplet: D7, 16 and 62. RGB value is (215,22,98). Sum of RGB (Red+Green+Blue) = 215+22+98=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D71662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71662 is #28E99D. Grayscale: #585858. Windows color (decimal): -2681246 or 6428375. OLE color: 6428375.

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

Color convert

RGB2152298-
CMYK00.900.540.16
HSL336.37º81.43%46.47%-
HSV(B)336.37º89.77%84.31%-
XYZ30.5215.913.02-
YUV88.37133.44218.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.18%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=64.18%
G=6.57%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215229800.900.540.16336.3781.4346.47
HexD7166205A3610150512e
Octal327261420132662052012156
Binary1101011110110110001001011010110110100001010100001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71662; }

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

 H1.HeaderClassName
 {
   color: #D71662;
 }
 .AnyTagClassName
 {
   color: #D71662;
 }
</style>
background-color css

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

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

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

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

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

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