#D5187C

Color #D5187C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D5187C

Tints of Medium Violet Red #D5187C

Color information

#D5187C (or 0xD5187C) is unknown color: approx Medium Violet Red. HEX triplet: D5, 18 and 7C. RGB value is (213,24,124). Sum of RGB (Red+Green+Blue) = 213+24+124=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5187C is #2AE783. Grayscale: #5B5B5B. Windows color (decimal): -2811780 or 8132821. OLE color: 8132821.

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

Color convert

RGB21324124-
CMYK00.890.420.16
HSL328.25º79.75%46.47%-
HSV(B)328.25º88.73%83.53%-
XYZ31.4116.2520.55-
YUV91.91146.12214.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=59.00%
G=6.65%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132412400.890.420.16328.2579.7546.47
HexD5187C0592A10148502e
Octal325301740131522051012056
Binary1101010111000111110001011001101010100001010010001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5187C; }

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

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

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

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

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

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

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

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