#D71673

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

Shades of Ruby #D71673

Tints of Ruby #D71673

Color information

#D71673 (or 0xD71673) is unknown color: approx Ruby. HEX triplet: D7, 16 and 73. RGB value is (215,22,115). Sum of RGB (Red+Green+Blue) = 215+22+115=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D71673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71673 is #28E98C. Grayscale: #5A5A5A. Windows color (decimal): -2681229 or 7542487. OLE color: 7542487.

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

Color convert

RGB21522115-
CMYK00.900.470.16
HSL331.09º81.43%46.47%-
HSV(B)331.09º89.77%84.31%-
XYZ31.4116.2617.7-
YUV90.31141.94216.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.08%
GREEN value IS 22 (8.98% from 255) = 6.25%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=61.08%
G=6.25%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152211500.900.470.16331.0981.4346.47
HexD7167305A2F1014b512e
Octal327261630132572051312156
Binary1101011110110111001101011010101111100001010010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71673; }

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

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

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

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

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

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

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

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