Html Css Color HEX #D40279 Medium Violet Red

📋 copy color: '#D40279'

red 212 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #D40279

Tints of Medium Violet Red #D40279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 63.28%
G = 0.6%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D40279 (or 0xD40279) is known color: Medium Violet Red. HEX triplet: D4, 02 and 79. RGB value is (212,2,121). Sum of RGB (Red+Green+Blue) = 212+2+121=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D40279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40279 is #2BFD86. Grayscale: #4E4E4E. Windows color (decimal): -2882951 or 7930580. OLE color: 7930580.

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

Color convert

RGB 212 2 121 -
CMYK 0 0.99 0.43 0.17
HSL 326º 0.98% 0.42% -
HSV(B) 326º 0.99% 0.83% -
XYZ 30.62 15.42 19.45 -
YUV 78.36 152.07 223.32 -
System Red Green Blue C M Y K H S L
Decimal 212 2 121 0 0.99 0.43 0.17 326 0.98 0.42
Hex D4 2 79 0 63 2B 11 146 62 2A
Octal 324 2 171 0 143 53 21 506 142 52
Binary 11010100 10 1111001 0 1100011 101011 10001 101000110 1100010 101010

Color Harmonies of #D40279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40279

Black with #D40279

Text Example


Text Example

White with #D40279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40279; }

 p { color: rgb(212,2,121); }

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

background-color css

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

 a { background-color: rgb(212,2,121); }

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

border-color css

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

 span { border-color: rgb(212,2,121); }

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