Html Css Color HEX #D420AC Medium Violet Red

📋 copy color: '#D420AC'

red 212 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #D420AC

Tints of Medium Violet Red #D420AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 50.96%
G = 7.69%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D420AC (or 0xD420AC) is known color: Medium Violet Red. HEX triplet: D4, 20 and AC. RGB value is (212,32,172). Sum of RGB (Red+Green+Blue) = 212+32+172=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D420AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D420AC is #2BDF53. Grayscale: #656565. Windows color (decimal): -2875220 or 11280596. OLE color: 11280596.

HSL color Cylindrical-coordinate representation of color #D420AC: hue angle of 313.33º 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 #D420AC is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 172 -
CMYK 0 0.85 0.19 0.17
HSL 313.33º 0.74% 0.48% -
HSV(B) 313.33º 0.85% 0.83% -
XYZ 35.11 18.01 40.66 -
YUV 101.78 167.63 206.62 -
System Red Green Blue C M Y K H S L
Decimal 212 32 172 0 0.85 0.19 0.17 313.33 0.74 0.48
Hex D4 20 AC 0 55 13 11 139 4A 30
Octal 324 40 254 0 125 23 21 471 112 60
Binary 11010100 100000 10101100 0 1010101 10011 10001 100111001 1001010 110000

Color Harmonies of #D420AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420AC

Black with #D420AC

Text Example


Text Example

White with #D420AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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