Html Css Color HEX #D421AC Medium Violet Red

📋 copy color: '#D421AC'

red 212 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #D421AC

Tints of Medium Violet Red #D421AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.91%

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

R = 50.84%
G = 7.91%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D421AC (or 0xD421AC) is known color: Medium Violet Red. HEX triplet: D4, 21 and AC. RGB value is (212,33,172). Sum of RGB (Red+Green+Blue) = 212+33+172=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D421AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D421AC is #2BDE53. Grayscale: #656565. Windows color (decimal): -2874964 or 11280852. OLE color: 11280852.

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

Color convert

RGB 212 33 172 -
CMYK 0 0.84 0.19 0.17
HSL 313.41º 0.73% 0.48% -
HSV(B) 313.41º 0.84% 0.83% -
XYZ 35.14 18.06 40.66 -
YUV 102.37 167.3 206.2 -
System Red Green Blue C M Y K H S L
Decimal 212 33 172 0 0.84 0.19 0.17 313.41 0.73 0.48
Hex D4 21 AC 0 54 13 11 139 49 30
Octal 324 41 254 0 124 23 21 471 111 60
Binary 11010100 100001 10101100 0 1010100 10011 10001 100111001 1001001 110000

Color Harmonies of #D421AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421AC

Black with #D421AC

Text Example


Text Example

White with #D421AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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