#D5187D

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

Shades of Medium Violet Red #D5187D

Tints of Medium Violet Red #D5187D

Color information

#D5187D (or 0xD5187D) is unknown color: approx Medium Violet Red. HEX triplet: D5, 18 and 7D. RGB value is (213,24,125). Sum of RGB (Red+Green+Blue) = 213+24+125=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5187D is #2AE782. Grayscale: #5B5B5B. Windows color (decimal): -2811779 or 8198357. OLE color: 8198357.

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

Color convert

RGB21324125-
CMYK00.890.410.16
HSL327.94º79.75%46.47%-
HSV(B)327.94º88.73%83.53%-
XYZ31.4716.2820.89-
YUV92.02146.62214.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.84%
GREEN value IS 24 (9.77% from 255) = 6.63%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=58.84%
G=6.63%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132412500.890.410.16327.9479.7546.47
HexD5187D0592910148502e
Octal325301750131512051012056
Binary1101010111000111110101011001101001100001010010001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5187D; }

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

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

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

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

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

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

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

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