Html Css Color HEX #D420A5 Medium Violet Red

📋 copy color: '#D420A5'

red 212 ◦ green 32 ◦ blue 165

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

Shades of Medium Violet Red #D420A5

Tints of Medium Violet Red #D420A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 51.83%
G = 7.82%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D420A5 (or 0xD420A5) is known color: Medium Violet Red. HEX triplet: D4, 20 and A5. RGB value is (212,32,165). Sum of RGB (Red+Green+Blue) = 212+32+165=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D420A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D420A5 is #2BDF5A. Grayscale: #646464. Windows color (decimal): -2875227 or 10821844. OLE color: 10821844.

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

Color convert

RGB 212 32 165 -
CMYK 0 0.85 0.22 0.17
HSL 315.67º 0.74% 0.48% -
HSV(B) 315.67º 0.85% 0.83% -
XYZ 34.46 17.75 37.21 -
YUV 100.98 164.13 207.19 -
System Red Green Blue C M Y K H S L
Decimal 212 32 165 0 0.85 0.22 0.17 315.67 0.74 0.48
Hex D4 20 A5 0 55 16 11 13C 4A 30
Octal 324 40 245 0 125 26 21 474 112 60
Binary 11010100 100000 10100101 0 1010101 10110 10001 100111100 1001010 110000

Color Harmonies of #D420A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420A5

Black with #D420A5

Text Example


Text Example

White with #D420A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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