Html Css Color HEX #D40084 Medium Violet Red

📋 copy color: '#D40084'

red 212 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #D40084

Tints of Medium Violet Red #D40084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 61.63%
G = 0%
B = 38.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D40084 (or 0xD40084) is known color: Medium Violet Red. HEX triplet: D4, 00 and 84. RGB value is (212,0,132). Sum of RGB (Red+Green+Blue) = 212+0+132=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D40084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40084 is #2BFF7B. Grayscale: #4E4E4E. Windows color (decimal): -2883452 or 8650964. OLE color: 8650964.

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

Color convert

RGB 212 0 132 -
CMYK 0 1 0.38 0.17
HSL 322.64º 1% 0.42% -
HSV(B) 322.64º 1% 0.83% -
XYZ 31.32 15.66 23.2 -
YUV 78.44 158.24 223.27 -
System Red Green Blue C M Y K H S L
Decimal 212 0 132 0 1 0.38 0.17 322.64 1 0.42
Hex D4 0 84 0 64 26 11 143 64 2A
Octal 324 0 204 0 144 46 21 503 144 52
Binary 11010100 0 10000100 0 1100100 100110 10001 101000011 1100100 101010

Color Harmonies of #D40084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40084

Black with #D40084

Text Example


Text Example

White with #D40084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40084; }

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

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

background-color css

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

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

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

border-color css

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

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

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