Html Css Color HEX #D41580 Medium Violet Red

📋 copy color: '#D41580'

red 212 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #D41580

Tints of Medium Violet Red #D41580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

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

R = 58.73%
G = 5.82%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D41580 (or 0xD41580) is known color: Medium Violet Red. HEX triplet: D4, 15 and 80. RGB value is (212,21,128). Sum of RGB (Red+Green+Blue) = 212+21+128=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D41580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41580 is #2BEA7F. Grayscale: #5A5A5A. Windows color (decimal): -2878080 or 8394196. OLE color: 8394196.

HSL color Cylindrical-coordinate representation of color #D41580: hue angle of 326.39º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41580 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 128 -
CMYK 0 0.90 0.40 0.17
HSL 326.39º 0.82% 0.46% -
HSV(B) 326.39º 0.9% 0.83% -
XYZ 31.32 16.09 21.88 -
YUV 90.31 149.28 214.8 -
System Red Green Blue C M Y K H S L
Decimal 212 21 128 0 0.90 0.40 0.17 326.39 0.82 0.46
Hex D4 15 80 0 5A 28 11 146 52 2E
Octal 324 25 200 0 132 50 21 506 122 56
Binary 11010100 10101 10000000 0 1011010 101000 10001 101000110 1010010 101110

Color Harmonies of #D41580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41580

Black with #D41580

Text Example


Text Example

White with #D41580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41580; }

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

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

background-color css

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

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

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

border-color css

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

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

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