Html Css Color HEX #D40484 Medium Violet Red

📋 copy color: '#D40484'

red 212 ◦ green 4 ◦ blue 132

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

Shades of Medium Violet Red #D40484

Tints of Medium Violet Red #D40484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 60.92%
G = 1.15%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D40484 (or 0xD40484) is known color: Medium Violet Red. HEX triplet: D4, 04 and 84. RGB value is (212,4,132). Sum of RGB (Red+Green+Blue) = 212+4+132=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D40484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40484 is #2BFB7B. Grayscale: #505050. Windows color (decimal): -2882428 or 8651988. OLE color: 8651988.

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

Color convert

RGB 212 4 132 -
CMYK 0 0.98 0.38 0.17
HSL 323.08º 0.96% 0.42% -
HSV(B) 323.08º 0.98% 0.83% -
XYZ 31.36 15.75 23.22 -
YUV 80.78 156.91 221.59 -
System Red Green Blue C M Y K H S L
Decimal 212 4 132 0 0.98 0.38 0.17 323.08 0.96 0.42
Hex D4 4 84 0 62 26 11 143 60 2A
Octal 324 4 204 0 142 46 21 503 140 52
Binary 11010100 100 10000100 0 1100010 100110 10001 101000011 1100000 101010

Color Harmonies of #D40484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40484

Black with #D40484

Text Example


Text Example

White with #D40484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40484; }

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

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

background-color css

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

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

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

border-color css

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

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

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