Html Css Color HEX #D417AA Medium Violet Red

📋 copy color: '#D417AA'

red 212 ◦ green 23 ◦ blue 170

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

Shades of Medium Violet Red #D417AA

Tints of Medium Violet Red #D417AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.68%

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

R = 52.35%
G = 5.68%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D417AA (or 0xD417AA) is known color: Medium Violet Red. HEX triplet: D4, 17 and AA. RGB value is (212,23,170). Sum of RGB (Red+Green+Blue) = 212+23+170=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D417AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D417AA is #2BE855. Grayscale: #5F5F5F. Windows color (decimal): -2877526 or 11147220. OLE color: 11147220.

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

Color convert

RGB 212 23 170 -
CMYK 0 0.89 0.20 0.17
HSL 313.33º 0.8% 0.46% -
HSV(B) 313.33º 0.89% 0.83% -
XYZ 34.71 17.51 39.58 -
YUV 96.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 212 23 170 0 0.89 0.20 0.17 313.33 0.8 0.46
Hex D4 17 AA 0 59 14 11 139 50 2E
Octal 324 27 252 0 131 24 21 471 120 56
Binary 11010100 10111 10101010 0 1011001 10100 10001 100111001 1010000 101110

Color Harmonies of #D417AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417AA

Black with #D417AA

Text Example


Text Example

White with #D417AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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