#D81A5C

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

Shades of Ruby #D81A5C

Tints of Ruby #D81A5C

Color information

#D81A5C (or 0xD81A5C) is unknown color: approx Ruby. HEX triplet: D8, 1A and 5C. RGB value is (216,26,92). Sum of RGB (Red+Green+Blue) = 216+26+92=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A5C is #27E5A3. Grayscale: #5A5A5A. Windows color (decimal): -2614692 or 6036184. OLE color: 6036184.

HSL color Cylindrical-coordinate representation of color #D81A5C: hue angle of 339.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A5C is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB2162692-
CMYK00.880.570.15
HSL339.16º78.51%47.45%-
HSV(B)339.16º87.96%84.71%-
XYZ30.6216.1111.62-
YUV90.33128.95217.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.67%
GREEN value IS 26 (10.55% from 255) = 7.78%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=64.67%
G=7.78%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216269200.880.570.15339.1678.5147.45
HexD81A5C05839F1534f2f
Octal330321340130711752311757
Binary110110001101010111000101100011100111111010100111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81A5C; }

 p { color: rgb(216,26,92); }

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

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

 a { background-color: rgb(216,26,92); }

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

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

 span { border-color: rgb(216,26,92); }

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