Html Css Color HEX #D40E82 Medium Violet Red

📋 copy color: '#D40E82'

red 212 ◦ green 14 ◦ blue 130

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

Shades of Medium Violet Red #D40E82

Tints of Medium Violet Red #D40E82

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 59.55%
G = 3.93%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D40E82 (or 0xD40E82) is known color: Medium Violet Red. HEX triplet: D4, 0E and 82. RGB value is (212,14,130). Sum of RGB (Red+Green+Blue) = 212+14+130=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40E82 is #2BF17D. Grayscale: #565656. Windows color (decimal): -2879870 or 8523476. OLE color: 8523476.

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

Color convert

RGB 212 14 130 -
CMYK 0 0.93 0.39 0.17
HSL 324.85º 0.88% 0.44% -
HSV(B) 324.85º 0.93% 0.83% -
XYZ 31.34 15.92 22.54 -
YUV 86.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 212 14 130 0 0.93 0.39 0.17 324.85 0.88 0.44
Hex D4 E 82 0 5D 27 11 145 58 2C
Octal 324 16 202 0 135 47 21 505 130 54
Binary 11010100 1110 10000010 0 1011101 100111 10001 101000101 1011000 101100

Color Harmonies of #D40E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E82

Black with #D40E82

Text Example


Text Example

White with #D40E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E82; }

 p { color: rgb(212,14,130); }

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

background-color css

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

 a { background-color: rgb(212,14,130); }

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

border-color css

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

 span { border-color: rgb(212,14,130); }

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