Html Css Color HEX #D420AB Medium Violet Red

📋 copy color: '#D420AB'

red 212 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #D420AB

Tints of Medium Violet Red #D420AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 51.08%
G = 7.71%
B = 41.2%

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

#D420AB (or 0xD420AB) is known color: Medium Violet Red. HEX triplet: D4, 20 and AB. RGB value is (212,32,171). Sum of RGB (Red+Green+Blue) = 212+32+171=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D420AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D420AB is #2BDF54. Grayscale: #656565. Windows color (decimal): -2875221 or 11215060. OLE color: 11215060.

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

Color convert

RGB 212 32 171 -
CMYK 0 0.85 0.19 0.17
HSL 313.67º 0.74% 0.48% -
HSV(B) 313.67º 0.85% 0.83% -
XYZ 35.02 17.97 40.15 -
YUV 101.67 167.13 206.7 -
System Red Green Blue C M Y K H S L
Decimal 212 32 171 0 0.85 0.19 0.17 313.67 0.74 0.48
Hex D4 20 AB 0 55 13 11 13A 4A 30
Octal 324 40 253 0 125 23 21 472 112 60
Binary 11010100 100000 10101011 0 1010101 10011 10001 100111010 1001010 110000

Color Harmonies of #D420AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420AB

Black with #D420AB

Text Example


Text Example

White with #D420AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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