Html Css Color HEX #D40A9B Medium Violet Red

📋 copy color: '#D40A9B'

red 212 ◦ green 10 ◦ blue 155

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

Shades of Medium Violet Red #D40A9B

Tints of Medium Violet Red #D40A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 56.23%
G = 2.65%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D40A9B (or 0xD40A9B) is known color: Medium Violet Red. HEX triplet: D4, 0A and 9B. RGB value is (212,10,155). Sum of RGB (Red+Green+Blue) = 212+10+155=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40A9B is #2BF564. Grayscale: #565656. Windows color (decimal): -2880869 or 10160852. OLE color: 10160852.

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

Color convert

RGB 212 10 155 -
CMYK 0 0.95 0.27 0.17
HSL 316.93º 0.91% 0.44% -
HSV(B) 316.93º 0.95% 0.83% -
XYZ 33.18 16.58 32.46 -
YUV 86.93 166.42 217.21 -
System Red Green Blue C M Y K H S L
Decimal 212 10 155 0 0.95 0.27 0.17 316.93 0.91 0.44
Hex D4 A 9B 0 5F 1B 11 13D 5B 2C
Octal 324 12 233 0 137 33 21 475 133 54
Binary 11010100 1010 10011011 0 1011111 11011 10001 100111101 1011011 101100

Color Harmonies of #D40A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A9B

Black with #D40A9B

Text Example


Text Example

White with #D40A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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