#D51664

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

Shades of Ruby #D51664

Tints of Ruby #D51664

Color information

#D51664 (or 0xD51664) is unknown color: approx Ruby. HEX triplet: D5, 16 and 64. RGB value is (213,22,100). Sum of RGB (Red+Green+Blue) = 213+22+100=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D51664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51664 is #2AE99B. Grayscale: #575757. Windows color (decimal): -2812316 or 6559445. OLE color: 6559445.

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

Color convert

RGB21322100-
CMYK00.900.530.16
HSL335.5º81.28%46.08%-
HSV(B)335.5º89.67%83.53%-
XYZ30.0315.6413.49-
YUV88134.78217.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.58%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=63.58%
G=6.57%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132210000.900.530.16335.581.2846.08
HexD5166405A351014f512e
Octal325261440132652051712156
Binary1101010110110110010001011010110101100001010011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51664; }

 p { color: rgb(213,22,100); }

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

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

 a { background-color: rgb(213,22,100); }

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

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

 span { border-color: rgb(213,22,100); }

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