Html Css Color HEX #D419AA Medium Violet Red

📋 copy color: '#D419AA'

red 212 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #D419AA

Tints of Medium Violet Red #D419AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

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

R = 52.09%
G = 6.14%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D419AA (or 0xD419AA) is known color: Medium Violet Red. HEX triplet: D4, 19 and AA. RGB value is (212,25,170). Sum of RGB (Red+Green+Blue) = 212+25+170=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D419AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D419AA is #2BE655. Grayscale: #616161. Windows color (decimal): -2877014 or 11147732. OLE color: 11147732.

HSL color Cylindrical-coordinate representation of color #D419AA: hue angle of 313.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D419AA is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 170 -
CMYK 0 0.88 0.20 0.17
HSL 313.48º 0.79% 0.46% -
HSV(B) 313.48º 0.88% 0.83% -
XYZ 34.75 17.59 39.59 -
YUV 97.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 212 25 170 0 0.88 0.20 0.17 313.48 0.79 0.46
Hex D4 19 AA 0 58 14 11 139 4F 2E
Octal 324 31 252 0 130 24 21 471 117 56
Binary 11010100 11001 10101010 0 1011000 10100 10001 100111001 1001111 101110

Color Harmonies of #D419AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D419AA

Black with #D419AA

Text Example


Text Example

White with #D419AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D419AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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