#D5186E

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

Shades of Ruby #D5186E

Tints of Ruby #D5186E

Color information

#D5186E (or 0xD5186E) is unknown color: approx Ruby. HEX triplet: D5, 18 and 6E. RGB value is (213,24,110). Sum of RGB (Red+Green+Blue) = 213+24+110=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5186E is #2AE791. Grayscale: #5A5A5A. Windows color (decimal): -2811794 or 7215317. OLE color: 7215317.

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

Color convert

RGB21324110-
CMYK00.890.480.16
HSL332.7º79.75%46.47%-
HSV(B)332.7º88.73%83.53%-
XYZ30.5815.9316.21-
YUV90.32139.12215.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.38%
GREEN value IS 24 (9.77% from 255) = 6.92%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=61.38%
G=6.92%
B=31.70%

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
Decimal2132411000.890.480.16332.779.7546.47
HexD5186E059301014d502e
Octal325301560131602051512056
Binary1101010111000110111001011001110000100001010011011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5186E; }

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

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

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

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

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

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

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

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