Html Css Color HEX #D40A9D Medium Violet Red

📋 copy color: '#D40A9D'

red 212 ◦ green 10 ◦ blue 157

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

Shades of Medium Violet Red #D40A9D

Tints of Medium Violet Red #D40A9D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.64%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 55.94%
G = 2.64%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D40A9D (or 0xD40A9D) is known color: Medium Violet Red. HEX triplet: D4, 0A and 9D. RGB value is (212,10,157). Sum of RGB (Red+Green+Blue) = 212+10+157=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40A9D is #2BF562. Grayscale: #565656. Windows color (decimal): -2880867 or 10291924. OLE color: 10291924.

HSL color Cylindrical-coordinate representation of color #D40A9D: hue angle of 316.34º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A9D is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 10 157 -
CMYK 0 0.95 0.26 0.17
HSL 316.34º 0.91% 0.44% -
HSV(B) 316.34º 0.95% 0.83% -
XYZ 33.35 16.65 33.35 -
YUV 87.16 167.42 217.05 -
System Red Green Blue C M Y K H S L
Decimal 212 10 157 0 0.95 0.26 0.17 316.34 0.91 0.44
Hex D4 A 9D 0 5F 1A 11 13C 5B 2C
Octal 324 12 235 0 137 32 21 474 133 54
Binary 11010100 1010 10011101 0 1011111 11010 10001 100111100 1011011 101100

Color Harmonies of #D40A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A9D

Black with #D40A9D

Text Example


Text Example

White with #D40A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A9D; }

 p { color: rgb(212,10,157); }

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

background-color css

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

 a { background-color: rgb(212,10,157); }

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

border-color css

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

 span { border-color: rgb(212,10,157); }

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