Html Css Color HEX #D40180 Medium Violet Red

📋 copy color: '#D40180'

red 212 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #D40180

Tints of Medium Violet Red #D40180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 62.17%
G = 0.29%
B = 37.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D40180 (or 0xD40180) is known color: Medium Violet Red. HEX triplet: D4, 01 and 80. RGB value is (212,1,128). Sum of RGB (Red+Green+Blue) = 212+1+128=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D40180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40180 is #2BFE7F. Grayscale: #4E4E4E. Windows color (decimal): -2883200 or 8389076. OLE color: 8389076.

HSL color Cylindrical-coordinate representation of color #D40180: hue angle of 323.89º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40180 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 128 -
CMYK 0 1.00 0.40 0.17
HSL 323.89º 0.99% 0.42% -
HSV(B) 323.89º 1% 0.83% -
XYZ 31.06 15.58 21.79 -
YUV 78.57 155.9 223.17 -
System Red Green Blue C M Y K H S L
Decimal 212 1 128 0 1.00 0.40 0.17 323.89 0.99 0.42
Hex D4 1 80 0 64 28 11 144 63 2A
Octal 324 1 200 0 144 50 21 504 143 52
Binary 11010100 1 10000000 0 1100100 101000 10001 101000100 1100011 101010

Color Harmonies of #D40180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40180

Black with #D40180

Text Example


Text Example

White with #D40180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40180; }

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

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

background-color css

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

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

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

border-color css

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

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

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