Html Css Color HEX #D41A80 Medium Violet Red

📋 copy color: '#D41A80'

red 212 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #D41A80

Tints of Medium Violet Red #D41A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 57.92%
G = 7.1%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D41A80 (or 0xD41A80) is known color: Medium Violet Red. HEX triplet: D4, 1A and 80. RGB value is (212,26,128). Sum of RGB (Red+Green+Blue) = 212+26+128=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A80 is #2BE57F. Grayscale: #5D5D5D. Windows color (decimal): -2876800 or 8395476. OLE color: 8395476.

HSL color Cylindrical-coordinate representation of color #D41A80: hue angle of 327.1º 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 #D41A80 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 26 128 -
CMYK 0 0.88 0.40 0.17
HSL 327.1º 0.78% 0.47% -
HSV(B) 327.1º 0.88% 0.83% -
XYZ 31.42 16.29 21.91 -
YUV 93.24 147.62 212.71 -
System Red Green Blue C M Y K H S L
Decimal 212 26 128 0 0.88 0.40 0.17 327.1 0.78 0.47
Hex D4 1A 80 0 58 28 11 147 4E 2F
Octal 324 32 200 0 130 50 21 507 116 57
Binary 11010100 11010 10000000 0 1011000 101000 10001 101000111 1001110 101111

Color Harmonies of #D41A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A80

Black with #D41A80

Text Example


Text Example

White with #D41A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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