Html Css Color HEX #D421A0 Medium Violet Red

📋 copy color: '#D421A0'

red 212 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #D421A0

Tints of Medium Violet Red #D421A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 52.35%
G = 8.15%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D421A0 (or 0xD421A0) is known color: Medium Violet Red. HEX triplet: D4, 21 and A0. RGB value is (212,33,160). Sum of RGB (Red+Green+Blue) = 212+33+160=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D421A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D421A0 is #2BDE5F. Grayscale: #646464. Windows color (decimal): -2874976 or 10494420. OLE color: 10494420.

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

Color convert

RGB 212 33 160 -
CMYK 0 0.84 0.25 0.17
HSL 317.43º 0.73% 0.48% -
HSV(B) 317.43º 0.84% 0.83% -
XYZ 34.04 17.62 34.87 -
YUV 101 161.3 207.17 -
System Red Green Blue C M Y K H S L
Decimal 212 33 160 0 0.84 0.25 0.17 317.43 0.73 0.48
Hex D4 21 A0 0 54 19 11 13D 49 30
Octal 324 41 240 0 124 31 21 475 111 60
Binary 11010100 100001 10100000 0 1010100 11001 10001 100111101 1001001 110000

Color Harmonies of #D421A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421A0

Black with #D421A0

Text Example


Text Example

White with #D421A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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