#D71668

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

Shades of Ruby #D71668

Tints of Ruby #D71668

Color information

#D71668 (or 0xD71668) is unknown color: approx Ruby. HEX triplet: D7, 16 and 68. RGB value is (215,22,104). Sum of RGB (Red+Green+Blue) = 215+22+104=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D71668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71668 is #28E997. Grayscale: #585858. Windows color (decimal): -2681240 or 6821591. OLE color: 6821591.

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

Color convert

RGB21522104-
CMYK00.900.520.16
HSL334.51º81.43%46.47%-
HSV(B)334.51º89.77%84.31%-
XYZ30.8116.0214.57-
YUV89.06136.44217.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.05%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=63.05%
G=6.45%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152210400.900.520.16334.5181.4346.47
HexD7166805A341014f512e
Octal327261500132642051712156
Binary1101011110110110100001011010110100100001010011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71668; }

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

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

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

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

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

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

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

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