Html Css Color HEX #D51487 Medium Violet Red

📋 copy color: '#D51487'

red 213 ◦ green 20 ◦ blue 135

#D51487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D51487

Tints of Medium Violet Red #D51487

RGB

 RED value IS 213 (83.59% from 255) = 57.88%

 GREEN value IS 20 (8.2% from 255) = 5.43%

 BLUE value IS 135 (53.13% from 255) = 36.68%

R = 57.88%
G = 5.43%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D51487 (or 0xD51487) is known color: Medium Violet Red. HEX triplet: D5, 14 and 87. RGB value is (213,20,135). Sum of RGB (Red+Green+Blue) = 213+20+135=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D51487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51487 is #2AEB78. Grayscale: #5A5A5A. Windows color (decimal): -2812793 or 8852693. OLE color: 8852693.

HSL color Cylindrical-coordinate representation of color #D51487: hue angle of 324.25º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51487 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 135 -
CMYK 0 0.91 0.37 0.16
HSL 324.25º 0.83% 0.46% -
HSV(B) 324.25º 0.91% 0.84% -
XYZ 32.06 16.4 24.4 -
YUV 90.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 213 20 135 0 0.91 0.37 0.16 324.25 0.83 0.46
Hex D5 14 87 0 5B 25 10 144 53 2E
Octal 325 24 207 0 133 45 20 504 123 56
Binary 11010101 10100 10000111 0 1011011 100101 10000 101000100 1010011 101110

Color Harmonies of #D51487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51487

Black with #D51487

Text Example


Text Example

White with #D51487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51487; }

 p { color: rgb(213,20,135); }

 H1.HeaderClassName
 {
   color: #D51487;
 }
 .AnyTagClassName
 {
   color: #D51487;
 }
</style>

background-color css

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

 a { background-color: rgb(213,20,135); }

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

border-color css

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

 span { border-color: rgb(213,20,135); }

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