#D51870

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

Shades of Ruby #D51870

Tints of Ruby #D51870

Color information

#D51870 (or 0xD51870) is unknown color: approx Ruby. HEX triplet: D5, 18 and 70. RGB value is (213,24,112). Sum of RGB (Red+Green+Blue) = 213+24+112=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D51870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51870 is #2AE78F. Grayscale: #5A5A5A. Windows color (decimal): -2811792 or 7346389. OLE color: 7346389.

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

Color convert

RGB21324112-
CMYK00.890.470.16
HSL332.06º79.75%46.47%-
HSV(B)332.06º88.73%83.53%-
XYZ30.6915.9716.79-
YUV90.54140.12215.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.03%
GREEN value IS 24 (9.77% from 255) = 6.88%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=61.03%
G=6.88%
B=32.09%

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
Decimal2132411200.890.470.16332.0679.7546.47
HexD518700592F1014c502e
Octal325301600131572051412056
Binary1101010111000111000001011001101111100001010011001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51870; }

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

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

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

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

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

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

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

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