Html Css Color HEX #D42086 Medium Violet Red

📋 copy color: '#D42086'

red 212 ◦ green 32 ◦ blue 134

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

Shades of Medium Violet Red #D42086

Tints of Medium Violet Red #D42086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.47%

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 56.08%
G = 8.47%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D42086 (or 0xD42086) is known color: Medium Violet Red. HEX triplet: D4, 20 and 86. RGB value is (212,32,134). Sum of RGB (Red+Green+Blue) = 212+32+134=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D42086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42086 is #2BDF79. Grayscale: #616161. Windows color (decimal): -2875258 or 8790228. OLE color: 8790228.

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

Color convert

RGB 212 32 134 -
CMYK 0 0.85 0.37 0.17
HSL 326º 0.74% 0.48% -
HSV(B) 326º 0.85% 0.83% -
XYZ 31.97 16.75 24.1 -
YUV 97.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 212 32 134 0 0.85 0.37 0.17 326 0.74 0.48
Hex D4 20 86 0 55 25 11 146 4A 30
Octal 324 40 206 0 125 45 21 506 112 60
Binary 11010100 100000 10000110 0 1010101 100101 10001 101000110 1001010 110000

Color Harmonies of #D42086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42086

Black with #D42086

Text Example


Text Example

White with #D42086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42086; }

 p { color: rgb(212,32,134); }

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

background-color css

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

 a { background-color: rgb(212,32,134); }

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

border-color css

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

 span { border-color: rgb(212,32,134); }

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