Html Css Color HEX #D40394 Medium Violet Red

📋 copy color: '#D40394'

red 212 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #D40394

Tints of Medium Violet Red #D40394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 58.4%
G = 0.83%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D40394 (or 0xD40394) is known color: Medium Violet Red. HEX triplet: D4, 03 and 94. RGB value is (212,3,148). Sum of RGB (Red+Green+Blue) = 212+3+148=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D40394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40394 is #2BFC6B. Grayscale: #515151. Windows color (decimal): -2882668 or 9700308. OLE color: 9700308.

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

Color convert

RGB 212 3 148 -
CMYK 0 0.99 0.30 0.17
HSL 318.37º 0.97% 0.42% -
HSV(B) 318.37º 0.99% 0.83% -
XYZ 32.53 16.2 29.43 -
YUV 82.02 165.24 220.71 -
System Red Green Blue C M Y K H S L
Decimal 212 3 148 0 0.99 0.30 0.17 318.37 0.97 0.42
Hex D4 3 94 0 63 1E 11 13E 61 2A
Octal 324 3 224 0 143 36 21 476 141 52
Binary 11010100 11 10010100 0 1100011 11110 10001 100111110 1100001 101010

Color Harmonies of #D40394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40394

Black with #D40394

Text Example


Text Example

White with #D40394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40394; }

 p { color: rgb(212,3,148); }

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

background-color css

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

 a { background-color: rgb(212,3,148); }

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

border-color css

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

 span { border-color: rgb(212,3,148); }

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