Html Css Color HEX #D41880 Medium Violet Red

📋 copy color: '#D41880'

red 212 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #D41880

Tints of Medium Violet Red #D41880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

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

R = 58.24%
G = 6.59%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D41880 (or 0xD41880) is known color: Medium Violet Red. HEX triplet: D4, 18 and 80. RGB value is (212,24,128). Sum of RGB (Red+Green+Blue) = 212+24+128=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D41880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41880 is #2BE77F. Grayscale: #5B5B5B. Windows color (decimal): -2877312 or 8394964. OLE color: 8394964.

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

Color convert

RGB 212 24 128 -
CMYK 0 0.89 0.40 0.17
HSL 326.81º 0.8% 0.46% -
HSV(B) 326.81º 0.89% 0.83% -
XYZ 31.37 16.21 21.9 -
YUV 92.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 212 24 128 0 0.89 0.40 0.17 326.81 0.8 0.46
Hex D4 18 80 0 59 28 11 147 50 2E
Octal 324 30 200 0 131 50 21 507 120 56
Binary 11010100 11000 10000000 0 1011001 101000 10001 101000111 1010000 101110

Color Harmonies of #D41880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41880

Black with #D41880

Text Example


Text Example

White with #D41880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41880; }

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

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

background-color css

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

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

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

border-color css

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

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

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