Html Css Color HEX #D421AB Medium Violet Red

📋 copy color: '#D421AB'

red 212 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #D421AB

Tints of Medium Violet Red #D421AB

RGB

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

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

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

R = 50.96%
G = 7.93%
B = 41.11%

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

#D421AB (or 0xD421AB) is known color: Medium Violet Red. HEX triplet: D4, 21 and AB. RGB value is (212,33,171). Sum of RGB (Red+Green+Blue) = 212+33+171=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D421AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D421AB is #2BDE54. Grayscale: #656565. Windows color (decimal): -2874965 or 11215316. OLE color: 11215316.

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

Color convert

RGB 212 33 171 -
CMYK 0 0.84 0.19 0.17
HSL 313.74º 0.73% 0.48% -
HSV(B) 313.74º 0.84% 0.83% -
XYZ 35.05 18.03 40.16 -
YUV 102.25 166.8 206.28 -
System Red Green Blue C M Y K H S L
Decimal 212 33 171 0 0.84 0.19 0.17 313.74 0.73 0.48
Hex D4 21 AB 0 54 13 11 13A 49 30
Octal 324 41 253 0 124 23 21 472 111 60
Binary 11010100 100001 10101011 0 1010100 10011 10001 100111010 1001001 110000

Color Harmonies of #D421AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421AB

Black with #D421AB

Text Example


Text Example

White with #D421AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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