#D5186F

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

Shades of Ruby #D5186F

Tints of Ruby #D5186F

Color information

#D5186F (or 0xD5186F) is unknown color: approx Ruby. HEX triplet: D5, 18 and 6F. RGB value is (213,24,111). Sum of RGB (Red+Green+Blue) = 213+24+111=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D5186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5186F is #2AE790. Grayscale: #5A5A5A. Windows color (decimal): -2811793 or 7280853. OLE color: 7280853.

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

Color convert

RGB21324111-
CMYK00.890.480.16
HSL332.38º79.75%46.47%-
HSV(B)332.38º88.73%83.53%-
XYZ30.6415.9516.5-
YUV90.43139.62215.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.21%
GREEN value IS 24 (9.77% from 255) = 6.90%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=61.21%
G=6.90%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132411100.890.480.16332.3879.7546.47
HexD5186F059301014c502e
Octal325301570131602051412056
Binary1101010111000110111101011001110000100001010011001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5186F; }

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

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

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

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

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

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

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

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