Html Css Color HEX #D421AA Medium Violet Red

📋 copy color: '#D421AA'

red 212 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #D421AA

Tints of Medium Violet Red #D421AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 51.08%
G = 7.95%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D421AA (or 0xD421AA) is known color: Medium Violet Red. HEX triplet: D4, 21 and AA. RGB value is (212,33,170). Sum of RGB (Red+Green+Blue) = 212+33+170=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D421AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D421AA is #2BDE55. Grayscale: #656565. Windows color (decimal): -2874966 or 11149780. OLE color: 11149780.

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

Color convert

RGB 212 33 170 -
CMYK 0 0.84 0.20 0.17
HSL 314.08º 0.73% 0.48% -
HSV(B) 314.08º 0.84% 0.83% -
XYZ 34.95 17.99 39.66 -
YUV 102.14 166.3 206.36 -
System Red Green Blue C M Y K H S L
Decimal 212 33 170 0 0.84 0.20 0.17 314.08 0.73 0.48
Hex D4 21 AA 0 54 14 11 13A 49 30
Octal 324 41 252 0 124 24 21 472 111 60
Binary 11010100 100001 10101010 0 1010100 10100 10001 100111010 1001001 110000

Color Harmonies of #D421AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421AA

Black with #D421AA

Text Example


Text Example

White with #D421AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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