Html Css Color HEX #D40980 Medium Violet Red

📋 copy color: '#D40980'

red 212 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #D40980

Tints of Medium Violet Red #D40980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.58%

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 60.74%
G = 2.58%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D40980 (or 0xD40980) is known color: Medium Violet Red. HEX triplet: D4, 09 and 80. RGB value is (212,9,128). Sum of RGB (Red+Green+Blue) = 212+9+128=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D40980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40980 is #2BF67F. Grayscale: #525252. Windows color (decimal): -2881152 or 8391124. OLE color: 8391124.

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

Color convert

RGB 212 9 128 -
CMYK 0 0.96 0.40 0.17
HSL 324.83º 0.92% 0.43% -
HSV(B) 324.83º 0.96% 0.83% -
XYZ 31.15 15.75 21.82 -
YUV 83.26 153.25 219.82 -
System Red Green Blue C M Y K H S L
Decimal 212 9 128 0 0.96 0.40 0.17 324.83 0.92 0.43
Hex D4 9 80 0 60 28 11 145 5C 2B
Octal 324 11 200 0 140 50 21 505 134 53
Binary 11010100 1001 10000000 0 1100000 101000 10001 101000101 1011100 101011

Color Harmonies of #D40980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40980

Black with #D40980

Text Example


Text Example

White with #D40980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40980; }

 p { color: rgb(212,9,128); }

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

background-color css

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

 a { background-color: rgb(212,9,128); }

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

border-color css

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

 span { border-color: rgb(212,9,128); }

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