Html Css Color HEX #D417A0 Medium Violet Red

📋 copy color: '#D417A0'

red 212 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #D417A0

Tints of Medium Violet Red #D417A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.51%

R = 53.67%
G = 5.82%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D417A0 (or 0xD417A0) is known color: Medium Violet Red. HEX triplet: D4, 17 and A0. RGB value is (212,23,160). Sum of RGB (Red+Green+Blue) = 212+23+160=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D417A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D417A0 is #2BE85F. Grayscale: #5E5E5E. Windows color (decimal): -2877536 or 10491860. OLE color: 10491860.

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

Color convert

RGB 212 23 160 -
CMYK 0 0.89 0.25 0.17
HSL 316.51º 0.8% 0.46% -
HSV(B) 316.51º 0.89% 0.83% -
XYZ 33.8 17.15 34.79 -
YUV 95.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 212 23 160 0 0.89 0.25 0.17 316.51 0.8 0.46
Hex D4 17 A0 0 59 19 11 13D 50 2E
Octal 324 27 240 0 131 31 21 475 120 56
Binary 11010100 10111 10100000 0 1011001 11001 10001 100111101 1010000 101110

Color Harmonies of #D417A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417A0

Black with #D417A0

Text Example


Text Example

White with #D417A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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