Html Css Color HEX #D416A1 Medium Violet Red

📋 copy color: '#D416A1'

red 212 ◦ green 22 ◦ blue 161

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

Shades of Medium Violet Red #D416A1

Tints of Medium Violet Red #D416A1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.57%

 BLUE value IS 161 (63.28% from 255) = 40.76%

R = 53.67%
G = 5.57%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D416A1 (or 0xD416A1) is known color: Medium Violet Red. HEX triplet: D4, 16 and A1. RGB value is (212,22,161). Sum of RGB (Red+Green+Blue) = 212+22+161=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D416A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D416A1 is #2BE95E. Grayscale: #5E5E5E. Windows color (decimal): -2877791 or 10557140. OLE color: 10557140.

HSL color Cylindrical-coordinate representation of color #D416A1: hue angle of 316.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416A1 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 161 -
CMYK 0 0.90 0.24 0.17
HSL 316.11º 0.81% 0.46% -
HSV(B) 316.11º 0.9% 0.83% -
XYZ 33.87 17.14 35.24 -
YUV 94.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 212 22 161 0 0.90 0.24 0.17 316.11 0.81 0.46
Hex D4 16 A1 0 5A 18 11 13C 51 2E
Octal 324 26 241 0 132 30 21 474 121 56
Binary 11010100 10110 10100001 0 1011010 11000 10001 100111100 1010001 101110

Color Harmonies of #D416A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416A1

Black with #D416A1

Text Example


Text Example

White with #D416A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416A1; }

 p { color: rgb(212,22,161); }

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

background-color css

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

 a { background-color: rgb(212,22,161); }

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

border-color css

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

 span { border-color: rgb(212,22,161); }

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