Html Css Color HEX #D51A87 Medium Violet Red

📋 copy color: '#D51A87'

red 213 ◦ green 26 ◦ blue 135

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

Shades of Medium Violet Red #D51A87

Tints of Medium Violet Red #D51A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

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

R = 56.95%
G = 6.95%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D51A87 (or 0xD51A87) is known color: Medium Violet Red. HEX triplet: D5, 1A and 87. RGB value is (213,26,135). Sum of RGB (Red+Green+Blue) = 213+26+135=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51A87 is #2AE578. Grayscale: #5E5E5E. Windows color (decimal): -2811257 or 8854229. OLE color: 8854229.

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

Color convert

RGB 213 26 135 -
CMYK 0 0.88 0.37 0.16
HSL 325.03º 0.78% 0.47% -
HSV(B) 325.03º 0.88% 0.84% -
XYZ 32.18 16.63 24.44 -
YUV 94.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 213 26 135 0 0.88 0.37 0.16 325.03 0.78 0.47
Hex D5 1A 87 0 58 25 10 145 4E 2F
Octal 325 32 207 0 130 45 20 505 116 57
Binary 11010101 11010 10000111 0 1011000 100101 10000 101000101 1001110 101111

Color Harmonies of #D51A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A87

Black with #D51A87

Text Example


Text Example

White with #D51A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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