Html Css Color HEX #D40384 Medium Violet Red

📋 copy color: '#D40384'

red 212 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #D40384

Tints of Medium Violet Red #D40384

RGB

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

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

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

R = 61.1%
G = 0.86%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D40384 (or 0xD40384) is known color: Medium Violet Red. HEX triplet: D4, 03 and 84. RGB value is (212,3,132). Sum of RGB (Red+Green+Blue) = 212+3+132=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D40384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40384 is #2BFC7B. Grayscale: #4F4F4F. Windows color (decimal): -2882684 or 8651732. OLE color: 8651732.

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

Color convert

RGB 212 3 132 -
CMYK 0 0.99 0.38 0.17
HSL 322.97º 0.97% 0.42% -
HSV(B) 322.97º 0.99% 0.83% -
XYZ 31.35 15.73 23.21 -
YUV 80.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 212 3 132 0 0.99 0.38 0.17 322.97 0.97 0.42
Hex D4 3 84 0 63 26 11 143 61 2A
Octal 324 3 204 0 143 46 21 503 141 52
Binary 11010100 11 10000100 0 1100011 100110 10001 101000011 1100001 101010

Color Harmonies of #D40384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40384

Black with #D40384

Text Example


Text Example

White with #D40384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40384; }

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

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

background-color css

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

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

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

border-color css

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

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

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