Html Css Color HEX #D40082 Medium Violet Red

📋 copy color: '#D40082'

red 212 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #D40082

Tints of Medium Violet Red #D40082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.99%
G = 0%
B = 38.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D40082 (or 0xD40082) is known color: Medium Violet Red. HEX triplet: D4, 00 and 82. RGB value is (212,0,130). Sum of RGB (Red+Green+Blue) = 212+0+130=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D40082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40082 is #2BFF7D. Grayscale: #4D4D4D. Windows color (decimal): -2883454 or 8519892. OLE color: 8519892.

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

Color convert

RGB 212 0 130 -
CMYK 0 1 0.39 0.17
HSL 323.21º 1% 0.42% -
HSV(B) 323.21º 1% 0.83% -
XYZ 31.18 15.61 22.49 -
YUV 78.21 157.24 223.43 -
System Red Green Blue C M Y K H S L
Decimal 212 0 130 0 1 0.39 0.17 323.21 1 0.42
Hex D4 0 82 0 64 27 11 143 64 2A
Octal 324 0 202 0 144 47 21 503 144 52
Binary 11010100 0 10000010 0 1100100 100111 10001 101000011 1100100 101010

Color Harmonies of #D40082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40082

Black with #D40082

Text Example


Text Example

White with #D40082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40082; }

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

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

background-color css

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

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

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

border-color css

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

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

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