Html Css Color HEX #D41A87 Medium Violet Red

📋 copy color: '#D41A87'

red 212 ◦ green 26 ◦ blue 135

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

Shades of Medium Violet Red #D41A87

Tints of Medium Violet Red #D41A87

RGB

 RED value IS 212 (83.2% from 255) = 56.84%

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

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

R = 56.84%
G = 6.97%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D41A87 (or 0xD41A87) is known color: Medium Violet Red. HEX triplet: D4, 1A and 87. RGB value is (212,26,135). Sum of RGB (Red+Green+Blue) = 212+26+135=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A87 is #2BE578. Grayscale: #5D5D5D. Windows color (decimal): -2876793 or 8854228. OLE color: 8854228.

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

Color convert

RGB 212 26 135 -
CMYK 0 0.88 0.36 0.17
HSL 324.84º 0.78% 0.47% -
HSV(B) 324.84º 0.88% 0.83% -
XYZ 31.89 16.49 24.42 -
YUV 94.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 212 26 135 0 0.88 0.36 0.17 324.84 0.78 0.47
Hex D4 1A 87 0 58 24 11 145 4E 2F
Octal 324 32 207 0 130 44 21 505 116 57
Binary 11010100 11010 10000111 0 1011000 100100 10001 101000101 1001110 101111

Color Harmonies of #D41A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A87

Black with #D41A87

Text Example


Text Example

White with #D41A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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