Html Css Color HEX #D40074 Medium Violet Red

📋 copy color: '#D40074'

red 212 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #D40074

Tints of Medium Violet Red #D40074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 64.63%
G = 0%
B = 35.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D40074 (or 0xD40074) is known color: Medium Violet Red. HEX triplet: D4, 00 and 74. RGB value is (212,0,116). Sum of RGB (Red+Green+Blue) = 212+0+116=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D40074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40074 is #2BFF8B. Grayscale: #4C4C4C. Windows color (decimal): -2883468 or 7602388. OLE color: 7602388.

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

Color convert

RGB 212 0 116 -
CMYK 0 1 0.45 0.17
HSL 327.17º 1% 0.42% -
HSV(B) 327.17º 1% 0.83% -
XYZ 30.3 15.26 17.87 -
YUV 76.61 150.24 224.57 -
System Red Green Blue C M Y K H S L
Decimal 212 0 116 0 1 0.45 0.17 327.17 1 0.42
Hex D4 0 74 0 64 2D 11 147 64 2A
Octal 324 0 164 0 144 55 21 507 144 52
Binary 11010100 0 1110100 0 1100100 101101 10001 101000111 1100100 101010

Color Harmonies of #D40074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40074

Black with #D40074

Text Example


Text Example

White with #D40074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40074; }

 p { color: rgb(212,0,116); }

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

background-color css

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

 a { background-color: rgb(212,0,116); }

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

border-color css

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

 span { border-color: rgb(212,0,116); }

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