#D51871

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

Shades of Ruby #D51871

Tints of Ruby #D51871

Color information

#D51871 (or 0xD51871) is unknown color: approx Ruby. HEX triplet: D5, 18 and 71. RGB value is (213,24,113). Sum of RGB (Red+Green+Blue) = 213+24+113=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D51871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51871 is #2AE78E. Grayscale: #5A5A5A. Windows color (decimal): -2811791 or 7411925. OLE color: 7411925.

HSL color Cylindrical-coordinate representation of color #D51871: hue angle of 331.75º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51871 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21324113-
CMYK00.890.470.16
HSL331.75º79.75%46.47%-
HSV(B)331.75º88.73%83.53%-
XYZ30.7515.9917.09-
YUV90.66140.62215.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.86%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=60.86%
G=6.86%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132411300.890.470.16331.7579.7546.47
HexD518710592F1014c502e
Octal325301610131572051412056
Binary1101010111000111000101011001101111100001010011001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51871; }

 p { color: rgb(213,24,113); }

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

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

 a { background-color: rgb(213,24,113); }

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

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

 span { border-color: rgb(213,24,113); }

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