Html Css Color HEX #D40790 Medium Violet Red

📋 copy color: '#D40790'

red 212 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #D40790

Tints of Medium Violet Red #D40790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 58.4%
G = 1.93%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D40790 (or 0xD40790) is known color: Medium Violet Red. HEX triplet: D4, 07 and 90. RGB value is (212,7,144). Sum of RGB (Red+Green+Blue) = 212+7+144=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D40790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40790 is #2BF86F. Grayscale: #535353. Windows color (decimal): -2881648 or 9439188. OLE color: 9439188.

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

Color convert

RGB 212 7 144 -
CMYK 0 0.97 0.32 0.17
HSL 319.9º 0.94% 0.43% -
HSV(B) 319.9º 0.97% 0.83% -
XYZ 32.26 16.16 27.8 -
YUV 83.91 161.92 219.36 -
System Red Green Blue C M Y K H S L
Decimal 212 7 144 0 0.97 0.32 0.17 319.9 0.94 0.43
Hex D4 7 90 0 61 20 11 140 5E 2B
Octal 324 7 220 0 141 40 21 500 136 53
Binary 11010100 111 10010000 0 1100001 100000 10001 101000000 1011110 101011

Color Harmonies of #D40790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40790

Black with #D40790

Text Example


Text Example

White with #D40790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40790; }

 p { color: rgb(212,7,144); }

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

background-color css

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

 a { background-color: rgb(212,7,144); }

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

border-color css

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

 span { border-color: rgb(212,7,144); }

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